Package junit.framework
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.

jjjjjjjjjjjjj

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.
ComparisonCompactor No description provided.
JUnit4TestAdapter No description provided.
JUnit4TestAdapterCache No description provided.
JUnit4TestCaseFacade No description provided.
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.
Provides JUnit v3.x core classes.