Package junit.framework
Class TestFailure
java.lang.Object
junit.framework.TestFailure
A
TestFailure
collects a failed test together with
the caught exception.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTestFailure
(Test failedTest, Throwable thrownException) Constructs a TestFailure with the given test and exception. -
Method Summary
-
Field Details
-
fFailedTest
-
fThrownException
-
-
Constructor Details
-
TestFailure
Constructs a TestFailure with the given test and exception.
-
-
Method Details