Package junit.framework
package junit.framework
Provides JUnit v3.x core classes.
-
ClassDescriptionDeprecated.Thrown when an assertion failed.Thrown when an assert equals for Strings failed.The JUnit4TestAdapter enables running JUnit-4-style tests using a JUnit-3-style test runner.A Protectable can be run and can throw a Throwable.A Test can be run and collect its results.A test case defines the fixture to run multiple tests.A
TestFailure
collects a failed test together with the caught exception.A Listener for test progressATestResult
collects the results of executing a test case.ATestSuite
is aComposite
of Tests.
Assert
instead.