junit.extensions
クラス ActiveTestSuite

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

public class ActiveTestSuite
extends TestSuite

A TestSuite for active Tests. It runs each test in a separate thread and waits until all threads have terminated. -- Aarhus Radisson Scandinavian Center 11th floor


コンストラクタの概要
ActiveTestSuite()
           
ActiveTestSuite(java.lang.Class theClass)
           
ActiveTestSuite(java.lang.Class theClass, java.lang.String name)
           
ActiveTestSuite(java.lang.String name)
           
 
メソッドの概要
 void run(TestResult result)
          Runs the tests and collects their result in a TestResult.
 void runFinished(Test test)
           
 void runTest(Test test, TestResult result)
           
 
クラス junit.framework.TestSuite から継承したメソッド
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, setName, testAt, testCount, tests, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ActiveTestSuite

public ActiveTestSuite()

ActiveTestSuite

public ActiveTestSuite(java.lang.Class theClass)

ActiveTestSuite

public ActiveTestSuite(java.lang.String name)

ActiveTestSuite

public ActiveTestSuite(java.lang.Class theClass,
                       java.lang.String name)
メソッドの詳細

run

public void run(TestResult result)
クラス TestSuite の記述:
Runs the tests and collects their result in a TestResult.

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

runTest

public void runTest(Test test,
                    TestResult result)
オーバーライド:
クラス TestSuite 内の runTest

runFinished

public void runFinished(Test test)


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