All Classes
-
All Classes Class Summary Exception Summary Error Summary Class Description AssertionFailedError AssertionFailedError
is a common base class for test-relatedAssertionErrors
.IncompleteExecutionException RuntimeException
used to indicate that the execution of a test was incomplete — for example, that the execution was entirely skipped or aborted mid-stream.MultipleFailuresError MultipleFailuresError
is anAssertionError
that aggregates multiple failures thrown in a given context (i.e., typically within the invocation of a single test).TestAbortedException Specialization ofIncompleteExecutionException
used to indicate that a test was aborted during execution (e.g., due to a failed assumption).TestSkippedException Specialization ofIncompleteExecutionException
used to indicate that a test was skipped prior to execution (e.g., disabled or ignored).ValueWrapper Serializable representation of a value that was used in an assertion.