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
クラス 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.