Uses of Package
junit.framework
Packages that use junit.framework
Package
Description
Provides extended functionality for JUnit v3.x.
Provides JUnit v3.x core classes.
Provides JUnit v3.x test runners.
Provides JUnit v3.x command line based tool to run tests.
Provides implementations of
Runner
Provides classes used to describe, collect, run and analyze multiple tests.
-
Classes in junit.framework used by junit.extensionsClassDescriptionDeprecated.A Test can be run and collect its results.A test case defines the fixture to run multiple tests.A
TestResult
collects the results of executing a test case.ATestSuite
is aComposite
of Tests. -
Classes in junit.framework used by junit.frameworkClassDescriptionDeprecated.Please use
Assert
instead.Thrown when an assertion 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.ATestFailure
collects a failed test together with the caught exception.A Listener for test progressATestResult
collects the results of executing a test case. -
Classes in junit.framework used by junit.runnerClassDescriptionThrown when an assertion failed.A Test can be run and collect its results.A Listener for test progress
-
Classes in junit.framework used by junit.textuiClassDescriptionThrown when an assertion failed.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. -
Classes in junit.framework used by org.junit.internal.runnersClassDescriptionThrown when an assertion failed.A Test can be run and collect its results.A test case defines the fixture to run multiple tests.A Listener for test progressA
TestSuite
is aComposite
of Tests. -
Classes in junit.framework used by org.junit.runner
Assert
instead.