FileDocCategorySizeDatePackage
Test.javaAPI DocAndroid 1.5 API375Wed May 06 22:41:02 BST 2009junit.framework

Test

public interface Test
A Test can be run and collect its results.
see
TestResult

Fields Summary
Constructors Summary
Methods Summary
public abstract intcountTestCases()
Counts the number of test cases that will be run by this test.

public abstract voidrun(junit.framework.TestResult result)
Runs a test and collects its result in a TestResult instance.