public class TestFailedException extends AssertionError
| Constructor and Description |
|---|
TestFailedException(String message)
Creates a new TestFailedException instance.
|
TestFailedException(TestResults testResults,
String message)
Creates a new TestFailedException instance.
|
| Modifier and Type | Method and Description |
|---|---|
TestResults |
getTestResults()
Returns the
TestResults of the failed or null if the
test has not yet ended (e.g., when thrown by EyesBase.checkWindow(java.awt.image.BufferedImage, java.lang.String, boolean) ()}). |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TestFailedException(TestResults testResults, String message)
public TestFailedException(String message)
public TestResults getTestResults()
TestResults of the failed or null if the
test has not yet ended (e.g., when thrown by EyesBase.checkWindow(java.awt.image.BufferedImage, java.lang.String, boolean) ()}).Copyright © 2014. All rights reserved.