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
Specialization of
IncompleteExecutionException
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:
-
Constructor Summary
ConstructorDescriptionTestSkippedException
(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
-
Constructor Details
-
TestSkippedException
public TestSkippedException() -
TestSkippedException
-
TestSkippedException
-