junit.framework
Class TestFailure

java.lang.Object
   |
   +--junit.framework.TestFailure

public class TestFailure
extends Object

Field Summary
protected fFailedTest
          
protected fThrownException
          
Constructor Summary
TestFailure(Test failedTest, Throwable thrownException)
           
 
Method Summary
public TestfailedTest()
          
public ThrowablethrownException()
          
public StringtoString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Field Detail

fFailedTest

protected Test fFailedTest
References to the field:
junit/framework/TestFailure.java 16
junit/framework/TestFailure.java 23
junit/framework/TestFailure.java 36

fThrownException

protected Throwable fThrownException
References to the field:
junit/framework/TestFailure.java 17
junit/framework/TestFailure.java 29
junit/framework/TestFailure.java 36
Constructor Detail

TestFailure

public  TestFailure(Test failedTest, Throwable thrownException)
Click to Locals in the Constructor
Call sites to the constructor:
junit/framework/TestResult.java 34
junit/swingui/TestRunner.java 137
Locals in the constructor:
failedTest: Line 16
thrownException: Line 17
Method Detail

failedTest

public Test failedTest()
Call sites to the method:
junit/swingui/FailureRunView.java 39
junit/swingui/FailureRunView.java 88
junit/swingui/TestRunner.java 711
junit/textui/TestRunner.java 142
junit/textui/TestRunner.java 159

thrownException

public Throwable thrownException()
Call sites to the method:
junit/swingui/DefaultFailureDetailView.java 33
junit/swingui/FailureRunView.java 40
junit/swingui/FailureRunView.java 44
junit/textui/TestRunner.java 143
junit/textui/TestRunner.java 160
junit/textui/TestRunner.java 161

toString

public String toString()

Locals in the method:
buffer Line 36, Line 37