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:
java.io.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(java.lang.String message)
TestSkippedException(java.lang.String message, java.lang.Throwable cause)
-