Class TestCaseFailedException

All Implemented Interfaces:
Serializable

public class TestCaseFailedException extends CitrusRuntimeException
Base exception marking failure of test case. Used to force failure of TestNG and JUnit test case.
Author:
Christoph Deppisch
See Also:
  • Constructor Details

    • TestCaseFailedException

      public TestCaseFailedException(Throwable cause)
      Default constructor.