Class TestSkippedException

All Implemented Interfaces:
Serializable

public class TestSkippedException extends IncompleteExecutionException
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 Details

    • TestSkippedException

      public TestSkippedException()
    • TestSkippedException

      public TestSkippedException(String message)
    • TestSkippedException

      public TestSkippedException(String message, Throwable cause)