Package com.applitools.eyes.exceptions
Class DiffsFoundException
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
com.applitools.eyes.exceptions.TestFailedException
com.applitools.eyes.exceptions.DiffsFoundException
- All Implemented Interfaces:
Serializable
Indicates that an existing test ended, and that differences where found from the baseline.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiffsFoundException(TestResults testResults, String scenarioIdOrName, String appIdOrName) DiffsFoundException(String message) -
Method Summary
Methods inherited from class com.applitools.eyes.exceptions.TestFailedException
getTestResultsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DiffsFoundException
-
DiffsFoundException
-