|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectj2meunit.framework.TestFailure
public class TestFailure
A TestFailure collects a failed test together with the caught
exception.
TestResult| Field Summary | |
|---|---|
protected Test |
fFailedTest
|
protected java.lang.Throwable |
fThrownException
|
| Constructor Summary | |
|---|---|
TestFailure(Test failedTest,
java.lang.Throwable thrownException)
Constructs a TestFailure with the given test and exception. |
|
| Method Summary | |
|---|---|
Test |
failedTest()
Gets the failed test. |
java.lang.Throwable |
thrownException()
Gets the thrown exception. |
java.lang.String |
toString()
Returns a short description of the failure. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Test fFailedTest
protected java.lang.Throwable fThrownException
| Constructor Detail |
|---|
public TestFailure(Test failedTest,
java.lang.Throwable thrownException)
failedTest - The failed testthrownException - The causing exception| Method Detail |
|---|
public Test failedTest()
public java.lang.Throwable thrownException()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||