Class TestFailureException

All Implemented Interfaces:
Serializable

public final class TestFailureException extends RuntimeException
Thrown when a test fails
See Also:
  • Constructor Details

    • TestFailureException

      public TestFailureException(String msg)
      This constructor allows you to provide a text message for insight into what exceptional situation took place.