Class SkippedTestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opentest4j.IncompleteExecutionException
org.opentest4j.TestAbortedException
net.serenitybdd.junit5.SkippedTestException
All Implemented Interfaces:
Serializable

public class SkippedTestException extends org.opentest4j.TestAbortedException
See Also:
  • Constructor Details

    • SkippedTestException

      public SkippedTestException(String message)
    • SkippedTestException

      public SkippedTestException(String message, Throwable t)