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