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
RunnerProvides 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
TestResultcollects the results of executing a test case.ATestSuiteis aCompositeof Tests. -
Classes in junit.framework used by junit.frameworkClassDescriptionDeprecated.Please use
Assertinstead.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.ATestFailurecollects a failed test together with the caught exception.A Listener for test progressATestResultcollects 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
TestFailurecollects a failed test together with the caught exception.A Listener for test progressATestResultcollects 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
TestSuiteis aCompositeof Tests. -
Classes in junit.framework used by org.junit.runner
Assertinstead.