public class TestSkippedException extends IncompleteExecutionException
IncompleteExecutionException used to indicate
that a test was skipped prior to execution (e.g., disabled
or ignored).TestAbortedException,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
TestSkippedException() |
TestSkippedException(java.lang.String message) |
TestSkippedException(java.lang.String message,
java.lang.Throwable cause) |
private static final long serialVersionUID