Package org.apache.beam.sdk.testing
Class PAssert.PAssertionSite
java.lang.Object
org.apache.beam.sdk.testing.PAssert.PAssertionSite
- All Implemented Interfaces:
Serializable
- Enclosing class:
PAssert
Track the place where an assertion is defined. This is necessary because the stack trace of a
Throwable is a transient attribute, and can't be serialized.
PAssert.PAssertionSite
helps track
the stack trace of the place where an assertion is issued.- See Also:
-
Method Summary