Package org.apache.jackrabbit.test
Class ConcurrentTestSuite
- java.lang.Object
-
- junit.framework.TestSuite
-
- org.apache.jackrabbit.test.ConcurrentTestSuite
-
- All Implemented Interfaces:
junit.framework.Test
- Direct Known Subclasses:
JCRTestSuite
public class ConcurrentTestSuite extends junit.framework.TestSuiteConcurrentTestSuiteimplements a test suite that runs tests with a given concurrency level using multiple threads.
-
-
Constructor Summary
Constructors Constructor Description ConcurrentTestSuite()ConcurrentTestSuite(int numThreads)ConcurrentTestSuite(String name)ConcurrentTestSuite(String name, int numThreads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(junit.framework.TestResult result)voidrunTest(junit.framework.Test test, junit.framework.TestResult result)
-
-
-
Method Detail
-
run
public void run(junit.framework.TestResult result)
- Specified by:
runin interfacejunit.framework.Test- Overrides:
runin classjunit.framework.TestSuite
-
runTest
public void runTest(junit.framework.Test test, junit.framework.TestResult result)- Overrides:
runTestin classjunit.framework.TestSuite
-
-