|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
diva.util.jester.TestFailedException
public class TestFailedException
An exception that is thrown when a test produces an incorrect result.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Object first
public java.lang.Object second
| Constructor Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||