クラス
junit.framework.Assert の使用

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

junit.extensions での Assert の使用
 

junit.extensions での Assert のサブクラス
 class ExceptionTestCase
          A TestCase that expects an Exception of class fExpected to be thrown.
 class RepeatedTest
          A Decorator that runs a test repeatedly.
 class TestDecorator
          A Decorator for Tests.
 class TestSetup
          A Decorator to set up and tear down additional fixture state.
 

junit.framework での Assert の使用
 

junit.framework での Assert のサブクラス
 class TestCase
          A test case defines the fixture to run multiple tests.
 

junit.samples での Assert の使用
 

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

junit.samples.money での Assert の使用
 

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



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