Since: API Level 1
package

junit.framework

Classes | Description

The junit test framework.

more...

Interfaces

ProtectableA Protectable can be run and can throw a Throwable. 
TestA Test can be run and collect its results. 
TestListenerA Listener for test progress  

Classes

AssertA set of assert methods. 
TestCaseA test case defines the fixture to run multiple tests. 
TestFailureA TestFailure collects a failed test together with the caught exception. 
TestResultA TestResult collects the results of executing a test case. 
TestSuiteA TestSuite is a Composite of Tests. 

Errors

AssertionFailedErrorThrown when an assertion failed. 
ComparisonFailureThrown when an assert equals for Strings failed.