Class PAssert.PAssertionSite

java.lang.Object
org.apache.beam.sdk.testing.PAssert.PAssertionSite
All Implemented Interfaces:
Serializable
Enclosing class:
PAssert

public static class PAssert.PAssertionSite extends Object implements Serializable
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: