Class TestFailedException

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
com.applitools.eyes.exceptions.TestFailedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DiffsFoundException, NewTestException

public class TestFailedException extends AssertionError
Indicates that a test did not pass (i.e., test either failed or is a new test).
See Also: