|
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
junit.framework
Interface TestListener
- All Implementing Classes:
- BaseTestRunner, TestRunner, TestRunner, TestRunner, TestRunner, TestSuitePanel
- public interface TestListener
addError
public abstract void addError(Test test, Throwable t)
- Click to Locals in the Method
- Call sites to the method:
- junit/framework/TestResult.java 36
- Locals in the method:
- t
- test
addFailure
public abstract void addFailure(Test test, AssertionFailedError t)
- Click to Locals in the Method
- Call sites to the method:
- junit/framework/TestResult.java 46
- Locals in the method:
- t
- test
endTest
public abstract void endTest(Test test)
- Click to Locals in the Method
- Call sites to the method:
- junit/framework/TestResult.java 72
- Locals in the method:
- test
startTest
public abstract void startTest(Test test)
- Click to Locals in the Method
- Call sites to the method:
- junit/framework/TestResult.java 158
- Locals in the method:
- test
|
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |