Uses of Package
junit.framework
-
Packages that use junit.framework Package Description junit.extensions Provides extended functionality for JUnit v3.x.junit.framework Provides JUnit v3.x core classes.junit.runner Provides JUnit v3.x test runners.junit.textui Provides JUnit v3.x command line based tool to run tests.org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests. -
Classes in junit.framework used by junit.extensions Class Description Assert Deprecated.Please useAssert
instead.Test A Test can be run and collect its results.TestCase A test case defines the fixture to run multiple tests.TestResult ATestResult
collects the results of executing a test case.TestSuite ATestSuite
is aComposite
of Tests. -
Classes in junit.framework used by junit.framework Class Description Assert Deprecated.Please useAssert
instead.AssertionFailedError Thrown when an assertion failed.JUnit4TestAdapter The JUnit4TestAdapter enables running JUnit-4-style tests using a JUnit-3-style test runner.JUnit4TestAdapterCache Protectable A Protectable can be run and can throw a Throwable.Test A Test can be run and collect its results.TestCase A test case defines the fixture to run multiple tests.TestFailure ATestFailure
collects a failed test together with the caught exception.TestListener A Listener for test progressTestResult ATestResult
collects the results of executing a test case. -
Classes in junit.framework used by junit.runner Class Description AssertionFailedError Thrown when an assertion failed.Test A Test can be run and collect its results.TestListener A Listener for test progress -
Classes in junit.framework used by junit.textui Class Description AssertionFailedError Thrown when an assertion failed.Test A Test can be run and collect its results.TestCase A test case defines the fixture to run multiple tests.TestFailure ATestFailure
collects a failed test together with the caught exception.TestListener A Listener for test progressTestResult ATestResult
collects the results of executing a test case. -
Classes in junit.framework used by org.junit.runner Class Description Test A Test can be run and collect its results.