Modifier and Type | Class | Description |
---|---|---|
class |
TestAbortedException |
Specialization of
IncompleteExecutionException used to indicate
that a test was aborted during execution (e.g., due to a failed
assumption). |
class |
TestSkippedException |
Specialization of
IncompleteExecutionException used to indicate
that a test was skipped prior to execution (e.g., disabled
or ignored). |