Package junit.framework
Provides JUnit v3.x core classes.
-
Interface Summary Interface Description 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 -
Class Summary Class Description Assert Deprecated. Please useAssert
instead.ComparisonCompactor JUnit4TestAdapter The JUnit4TestAdapter enables running JUnit-4-style tests using a JUnit-3-style test runner.JUnit4TestAdapterCache JUnit4TestCaseFacade TestCase A test case defines the fixture to run multiple tests.TestFailure ATestFailure
collects a failed test together with the caught exception.TestResult ATestResult
collects the results of executing a test case.TestSuite ATestSuite
is aComposite
of Tests. -
Error Summary Error Description AssertionFailedError Thrown when an assertion failed.ComparisonFailure Thrown when an assert equals for Strings failed.