public class TestSkippedException extends IncompleteExecutionException
IncompleteExecutionException
used to indicate
that a test was skipped prior to execution (e.g., disabled
or ignored).TestAbortedException
,
Serialized FormConstructor | Description |
---|---|
TestSkippedException() |
|
TestSkippedException(java.lang.String message) |
|
TestSkippedException(java.lang.String message,
java.lang.Throwable cause) |