junit.extensions
クラス RepeatedTest

java.lang.Object
  拡張junit.framework.Assert
      拡張junit.extensions.TestDecorator
          拡張junit.extensions.RepeatedTest
すべての実装インタフェース:
Test

public class RepeatedTest
extends TestDecorator

A Decorator that runs a test repeatedly.


フィールドの概要
 
クラス junit.extensions.TestDecorator から継承したフィールド
fTest
 
コンストラクタの概要
RepeatedTest(Test test, int repeat)
           
 
メソッドの概要
 int countTestCases()
          Counts the number of test cases that will be run by this test.
 void run(TestResult result)
          Runs a test and collects its result in a TestResult instance.
 java.lang.String toString()
           
 
クラス junit.extensions.TestDecorator から継承したメソッド
basicRun, getTest
 
クラス junit.framework.Assert から継承したメソッド
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

RepeatedTest

public RepeatedTest(Test test,
                    int repeat)
メソッドの詳細

countTestCases

public int countTestCases()
インタフェース Test の記述:
Counts the number of test cases that will be run by this test.

定義:
インタフェース Test 内の countTestCases
オーバーライド:
クラス TestDecorator 内の countTestCases

run

public void run(TestResult result)
インタフェース Test の記述:
Runs a test and collects its result in a TestResult instance.

定義:
インタフェース Test 内の run
オーバーライド:
クラス TestDecorator 内の run

toString

public java.lang.String toString()
オーバーライド:
クラス TestDecorator 内の toString


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