Package-level declarations
Types
AssertionFailedError is a common base class for test-related AssertionErrors.
RuntimeException used to indicate that the execution of a test was incomplete — for example, that the execution was entirely skipped or aborted mid-stream. See subclasses for concrete use cases.
MultipleFailuresError is an AssertionError that aggregates multiple failures thrown in a given context (i.e., typically within the invocation of a single test).
Specialization of IncompleteExecutionException used to indicate that a test was aborted during execution (e.g., due to a failed assumption).
Specialization of IncompleteExecutionException used to indicate that a test was skipped prior to execution (e.g., disabled or ignored).
Serializable representation of a value that was used in an assertion.
Serializable representation of a value that was used in an assertion.
Properties
Returns the wrapped actual value if it is defined; otherwise null.
Returns the original value supplied to toValueWrapper.
Returns the wrapped expected value if it is defined; otherwise null.
Returns the list of failures contained in this error.
Returns the value's identity hash code.
Returns true if an actual value was supplied via an appropriate constructor.
Returns true if an expected value was supplied via an appropriate constructor.
Returns the value's string representation.
Returns the value supplied to toValueWrapper if the value java.io.Serializable (always true on js and native); otherwise, null.
Returns the value's runtime type or null if the value is null.