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
public class NewTestException extends TestFailedException
Indicates that a new test (i.e., a test for which no baseline exists) ended.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NewTestException(TestResults testResults, String scenarioIdOrName, String appIdOrName)NewTestException(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
-
NewTestException
public NewTestException(TestResults testResults, String scenarioIdOrName, String appIdOrName)
-
NewTestException
public NewTestException(String message)
-
-