Test Skipped Exception
Specialization of IncompleteExecutionException used to indicate that a test was skipped prior to execution (e.g., disabled or ignored).
Author
Sam Brannen
Johannes Link
Since
1.0
Author
Sam Brannen
Johannes Link
See also
Constructors
Link copied to clipboard
expect constructor()
actual constructor()
Constructs an TestSkippedException with an empty message and no cause.
Constructs an TestSkippedException with a message but without cause.
Constructs an TestSkippedException with a message and a cause.