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:
    Serialized Form
    • Constructor Detail

      • TestCaseFailedException

        public TestCaseFailedException​(Throwable cause)
        Default constructor.