junit.framework
Interface TestListener

All Implementing Classes:
BaseTestRunner, TestRunner, TestRunner, TestRunner, TestRunner, TestSuitePanel

public interface TestListener

Method Summary
public abstract voidaddError(Test test, Throwable t)
          
public abstract voidaddFailure(Test test, AssertionFailedError t)
          
public abstract voidendTest(Test test)
          
public abstract voidstartTest(Test test)
          
Method Detail

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