Package org.opentest4j
Class TestAbortedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opentest4j.IncompleteExecutionException
-
- org.opentest4j.TestAbortedException
-
- All Implemented Interfaces:
java.io.Serializable
public class TestAbortedException extends IncompleteExecutionException
Specialization ofIncompleteExecutionException
used to indicate that a test was aborted during execution (e.g., due to a failed assumption).- Since:
- 1.0
- See Also:
TestSkippedException
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description TestAbortedException()
TestAbortedException(java.lang.String message)
TestAbortedException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-