Package org.opentest4j
Class TestSkippedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opentest4j.IncompleteExecutionException
-
- org.opentest4j.TestSkippedException
-
- All Implemented Interfaces:
Serializable
public class TestSkippedException extends IncompleteExecutionException
Specialization ofIncompleteExecutionException
used to indicate that a test was skipped prior to execution (e.g., disabled or ignored).- Since:
- 1.0
- Author:
- Sam Brannen, Johannes Link
- See Also:
TestAbortedException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestSkippedException()
TestSkippedException(String message)
TestSkippedException(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
-
-