Uses of Package
junit.framework

Packages that use junit.framework
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.internal.runners Provides implementations of Runner 
org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests. 
 

Classes in junit.framework used by junit.extensions
Assert
          A set of assert methods.
Test
          A Test can be run and collect its results.
TestCase
          A test case defines the fixture to run multiple tests.
TestResult
          A TestResult collects the results of executing a test case.
TestSuite
          A TestSuite is a Composite of Tests.
 

Classes in junit.framework used by junit.framework
Assert
          A set of assert methods.
AssertionFailedError
          Thrown when an assertion failed.
JUnit4TestAdapter
           
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
          A TestFailure collects a failed test together with the caught exception.
TestListener
          A Listener for test progress
TestResult
          A TestResult collects the results of executing a test case.
 

Classes in junit.framework used by junit.runner
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
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
          A TestFailure collects a failed test together with the caught exception.
TestListener
          A Listener for test progress
TestResult
          A TestResult collects the results of executing a test case.
 

Classes in junit.framework used by org.junit.internal.runners
Test
          A Test can be run and collect its results.
TestListener
          A Listener for test progress
 

Classes in junit.framework used by org.junit.runner
Test
          A Test can be run and collect its results.