public class TestFailedException extends Exception
Modifier and Type | Field and Description |
---|---|
Object |
first
One of the objects involved in the failed test.
|
Object |
second
Another of the objects involved in the failed test.
|
Constructor and Description |
---|
TestFailedException(String message)
Create a new test exception with a detail message
|
TestFailedException(String message,
Object a)
Create a new test exception with a detail message
and one additional object.
|
TestFailedException(String message,
Object a,
Object b)
Create a new test exception with a detail message
and two additional objects.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Object first
public Object second
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.