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| Constructor | Description |
|---|---|
TestAbortedException() |
|
TestAbortedException(java.lang.String message) |
|
TestAbortedException(java.lang.String message,
java.lang.Throwable cause) |