クラス
junit.framework.TestCase の使用

TestCase を使用しているパッケージ
junit.extensions   
junit.framework   
junit.samples   
junit.samples.money   
 

junit.extensions での TestCase の使用
 

junit.extensions での TestCase のサブクラス
 class ExceptionTestCase
          A TestCase that expects an Exception of class fExpected to be thrown.
 

junit.framework での TestCase の使用
 

TestCase 型のパラメータを持つ junit.framework のメソッド
protected  void TestResult.run(TestCase test)
          Runs a TestCase.
 

junit.samples での TestCase の使用
 

junit.samples での TestCase のサブクラス
 class SimpleTest
          Some simple tests.
 class VectorTest
          A sample test case, testing java.util.Vector.
 

junit.samples.money での TestCase の使用
 

junit.samples.money での TestCase のサブクラス
 class MoneyTest
           
 



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