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:
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
- Author:
- Sam Brannen, Johannes Link
- See Also:
TestSkippedException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestAbortedException()
TestAbortedException(String message)
TestAbortedException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-