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