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