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
public class DiffsFoundException extends TestFailedException
Indicates that an existing test ended, and that differences where found from the baseline.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiffsFoundException(TestResults testResults, String scenarioIdOrName, String appIdOrName)DiffsFoundException(String message)
-
Method Summary
-
Methods inherited from class com.applitools.eyes.exceptions.TestFailedException
getTestResults
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DiffsFoundException
public DiffsFoundException(TestResults testResults, String scenarioIdOrName, String appIdOrName)
-
DiffsFoundException
public DiffsFoundException(String message)
-
-