to top
Android APIs
Added in API level 1
package

junit.framework

The junit test framework.

Interfaces

Protectable A Protectable can be run and can throw a Throwable. 
Test A Test can be run and collect its results. 
TestListener A Listener for test progress  

Classes

Assert A set of assert methods. 
TestCase A test case defines the fixture to run multiple tests. 
TestFailure A TestFailure collects a failed test together with the caught exception. 
TestResult A TestResult collects the results of executing a test case. 
TestSuite

A TestSuite is a Composite of Tests. 

Errors

AssertionFailedError Thrown when an assertion failed. 
ComparisonFailure Thrown when an assert equals for Strings failed. 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.