junit.framework
Class TestResult
java.lang.Object
|
+--junit.framework.TestResult
- public class TestResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
protected Vector fErrors
- References to the field:
- junit/framework/TestResult.java 24
- junit/framework/TestResult.java 34
- junit/framework/TestResult.java 79
- junit/framework/TestResult.java 85
protected Vector fFailures
- References to the field:
- junit/framework/TestResult.java 23
- junit/framework/TestResult.java 44
- junit/framework/TestResult.java 91
- junit/framework/TestResult.java 97
protected Vector fListeners
- References to the field:
- junit/framework/TestResult.java 25
- junit/framework/TestResult.java 53
- junit/framework/TestResult.java 59
- junit/framework/TestResult.java 65
protected int fRunTests
- References to the field:
- junit/framework/TestResult.java 26
- junit/framework/TestResult.java 117
- junit/framework/TestResult.java 155
private boolean fStop
- References to the field:
- junit/framework/TestResult.java 27
- junit/framework/TestResult.java 147
- junit/framework/TestResult.java 165
public TestResult()
- Call sites to the constructor:
- junit/awtui/TestRunner.java 127
- junit/awtui/TestRunner.java 344
- junit/framework/TestCase.java 107
- junit/swingui/TestRunner.java 378
- junit/swingui/TestRunner.java 570
- junit/textui/TestRunner.java 67
addError
public synchronized void addError(Test test, Throwable t)
- Click to Locals in the Method
- Call sites to the method:
- junit/framework/TestResult.java 133
- Locals in the method:
- e Line 35, Line 36
- t Line 34, Line 36
- test Line 34, Line 36
addFailure
public synchronized void addFailure(Test test, AssertionFailedError t)
- Click to Locals in the Method
- Call sites to the method:
- junit/framework/TestResult.java 127
- Locals in the method:
- e Line 45, Line 46
- t Line 44, Line 46
- test Line 44, Line 46
addListener
public synchronized void addListener(TestListener listener)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/TestHierarchyRunView.java 62
- junit/textui/TestRunner.java 72
- Locals in the method:
- listener Line 53
cloneListeners
private synchronized Vector cloneListeners()
- Call sites to the method:
- junit/framework/TestResult.java 35
- junit/framework/TestResult.java 45
- junit/framework/TestResult.java 71
- junit/framework/TestResult.java 157
endTest
public void endTest(Test test)
- Click to Locals in the Method
- Call sites to the method:
- junit/framework/TestResult.java 111
- Locals in the method:
- e Line 71, Line 72
- test Line 72
errorCount
public synchronized int errorCount()
- Call sites to the method:
- junit/awtui/TestRunner.java 58
- junit/awtui/TestRunner.java 350
- junit/framework/TestResult.java 172
- junit/swingui/TestRunner.java 70
- junit/swingui/TestRunner.java 576
- junit/textui/TestRunner.java 133
- junit/textui/TestRunner.java 134
- junit/textui/TestRunner.java 135
- junit/textui/TestRunner.java 137
- junit/textui/TestRunner.java 179
errors
public synchronized Enumeration errors()
- Call sites to the method:
- junit/textui/TestRunner.java 140
failureCount
public synchronized int failureCount()
- Call sites to the method:
- junit/awtui/TestRunner.java 63
- junit/framework/TestResult.java 179
- junit/swingui/TestRunner.java 81
- junit/textui/TestRunner.java 151
- junit/textui/TestRunner.java 152
- junit/textui/TestRunner.java 153
- junit/textui/TestRunner.java 155
- junit/textui/TestRunner.java 178
failures
public synchronized Enumeration failures()
- Call sites to the method:
- junit/textui/TestRunner.java 157
removeListener
public synchronized void removeListener(TestListener listener)
- Click to Locals in the Method
- Call sites to the method:
- junit/swingui/TestHierarchyRunView.java 66
- Locals in the method:
- listener Line 59
run
protected void run(TestCase test)
- Click to Locals in the Method
- Call sites to the method:
- junit/framework/TestCase.java 131
- Locals in the method:
- p Line 109
- test Line 103, Line 106, Line 109, Line 111
runCount
public synchronized int runCount()
- Call sites to the method:
- junit/awtui/TestRunner.java 290
- junit/framework/TestResult.java 141
- junit/swingui/TestRunner.java 102
- junit/textui/TestRunner.java 172
- junit/textui/TestRunner.java 177
runProtected
public void runProtected(Test test, Protectable p)
- Click to Locals in the Method
- Call sites to the method:
- junit/extensions/TestSetup.java 23
- junit/framework/TestResult.java 109
- Locals in the method:
- e Line 133
- e Line 127
- e Line 130
- p Line 124
- test Line 127, Line 133
runTests
public synchronized int runTests()
shouldStop
public synchronized boolean shouldStop()
- Call sites to the method:
- junit/awtui/TestRunner.java 405
- junit/extensions/RepeatedTest.java 23
- junit/framework/TestSuite.java 165
- junit/swingui/TestRunner.java 646
startTest
public void startTest(Test test)
- Click to Locals in the Method
- Call sites to the method:
- junit/framework/TestResult.java 103
- Locals in the method:
- count Line 155
- e Line 157, Line 158
- test Line 153, Line 158
stop
public synchronized void stop()
- Call sites to the method:
- junit/awtui/TestRunner.java 384
- junit/swingui/TestRunner.java 606
- junit/swingui/TestRunner.java 627
testErrors
public synchronized int testErrors()
- Call sites to the method:
- junit/framework/TestResult.java 185
testFailures
public synchronized int testFailures()
- Call sites to the method:
- junit/framework/TestResult.java 185
wasSuccessful
public synchronized boolean wasSuccessful()
- Call sites to the method:
- junit/awtui/TestRunner.java 292
- junit/awtui/TestRunner.java 348
- junit/swingui/TestRunner.java 103
- junit/swingui/TestRunner.java 574
- junit/textui/TestRunner.java 113
- junit/textui/TestRunner.java 169