File
Doc
Category
Size
Date
Package
TestListener.java
API Doc
Android 1.5 API
409
Wed May 06 22:41:02 BST 2009
junit.framework
TestListener
public interface TestListener
A Listener for test progress
Fields Summary
Constructors Summary
Methods Summary
public void
addError
(
junit.framework.Test
test,
java.lang.Throwable
t)
An error occurred.
public void
addFailure
(
junit.framework.Test
test,
junit.framework.AssertionFailedError
t)
A failure occurred.
public void
endTest
(
junit.framework.Test
test)
A test ended.
public void
startTest
(
junit.framework.Test
test)
A test started.
Java Code Source