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
- See Also:
TestAbortedException
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description TestSkippedException()
TestSkippedException(java.lang.String message)
TestSkippedException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-