パッケージ
junit.framework の使用

junit.framework を使用しているパッケージ
junit.awtui   
junit.extensions   
junit.framework   
junit.runner   
junit.samples   
junit.samples.money   
junit.swingui   
junit.textui   
 

junit.awtui により使用される junit.framework のクラス
Test
          A Test can be run and collect its results.
TestListener
          A Listener for test progress
TestResult
          A TestResult collects the results of executing a test case.
 

junit.extensions により使用される junit.framework のクラス
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.
 

junit.framework により使用される junit.framework のクラス
Assert
          A set of assert methods.
AssertionFailedError
          Thrown when an assertion failed.
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.
TestListener
          A Listener for test progress
TestResult
          A TestResult collects the results of executing a test case.
 

junit.runner により使用される junit.framework のクラス
AssertionFailedError
          Thrown when an assertion failed.
Test
          A Test can be run and collect its results.
TestFailure
          A TestFailure collects a failed test together with the caught exception.
TestListener
          A Listener for test progress
 

junit.samples により使用される junit.framework のクラス
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.
 

junit.samples.money により使用される junit.framework のクラス
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.
 

junit.swingui により使用される junit.framework のクラス
Test
          A Test can be run and collect its results.
TestFailure
          A TestFailure collects a failed test together with the caught exception.
TestResult
          A TestResult collects the results of executing a test case.
 

junit.textui により使用される junit.framework のクラス
AssertionFailedError
          Thrown when an assertion failed.
Test
          A Test can be run and collect its results.
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.
 



Copyright © 2001-2004 JUnit.org. All Rights Reserved.