Package com.applitools.eyes.exceptions
Class NewTestException
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
com.applitools.eyes.exceptions.TestFailedException
com.applitools.eyes.exceptions.NewTestException
- All Implemented Interfaces:
Serializable
Indicates that a new test (i.e., a test for which no baseline exists) ended.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNewTestException(TestResults testResults, String scenarioIdOrName, String appIdOrName) NewTestException(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
-
NewTestException
-
NewTestException
-