junit.swingui
Class FailureRunView
java.lang.Object
|
+--junit.swingui.FailureRunView
- All Implemented Interfaces:
- TestRunView
- class FailureRunView
- extends Object
- implements TestRunView
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JList fFailureList
- References to the field:
- junit/swingui/FailureRunView.java 60
- junit/swingui/FailureRunView.java 61
- junit/swingui/FailureRunView.java 67
- junit/swingui/FailureRunView.java 68
- junit/swingui/FailureRunView.java 69
- junit/swingui/FailureRunView.java 70
- junit/swingui/FailureRunView.java 72
- junit/swingui/FailureRunView.java 82
- junit/swingui/FailureRunView.java 86
- junit/swingui/FailureRunView.java 96
- junit/swingui/FailureRunView.java 102
TestRunContext fRunContext
- References to the field:
- junit/swingui/FailureRunView.java 59
- junit/swingui/FailureRunView.java 60
- junit/swingui/FailureRunView.java 112
public FailureRunView(TestRunContext context)
- Click to Locals in the Constructor
- Call sites to the constructor:
- junit/swingui/TestRunner.java 354
- Locals in the constructor:
- context: Line 59
- e:
aboutToStart
public void aboutToStart(Test suite, TestResult result)
- Locals in the method:
- result
- suite
activate
public void activate()
addTab
public void addTab(JTabbedPane pane)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/TestRunner.java 356
- Locals in the method:
- errorIcon Line 98
- pane Line 98
- sl Line 98
getSelectedTest
public Test getSelectedTest()
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/FailureRunView.java 112
- Locals in the method:
- failure Line 88
- index Line 83, Line 87
- model Line 87
revealFailure
public void revealFailure(Test failure)
- Locals in the method:
- failure
runFinished
public void runFinished(Test suite, TestResult result)
- Locals in the method:
- result
- suite
testSelected
protected void testSelected()
- Call sites to the method:
- junit/swingui/FailureRunView.java 75
- junit/swingui/FailureRunView.java 92