public class TestFailedException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
first
One of the objects involved in the failed test.
|
java.lang.Object |
second
Another of the objects involved in the failed test.
|
Constructor and Description |
---|
TestFailedException(java.lang.String message)
Create a new test exception with a detail message
|
TestFailedException(java.lang.String message,
java.lang.Object a)
Create a new test exception with a detail message
and one additional object.
|
TestFailedException(java.lang.String message,
java.lang.Object a,
java.lang.Object b)
Create a new test exception with a detail message
and two additional objects.
|
public java.lang.Object first
public java.lang.Object second
public TestFailedException(java.lang.String message)
public TestFailedException(java.lang.String message, java.lang.Object a)
public TestFailedException(java.lang.String message, java.lang.Object a, java.lang.Object b)