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.TestSuite
ConcurrentTestSuite
implements 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 void
run(junit.framework.TestResult result)
void
runTest(junit.framework.Test test, junit.framework.TestResult result)
-
-
-
Method Detail
-
run
public void run(junit.framework.TestResult result)
- Specified by:
run
in interfacejunit.framework.Test
- Overrides:
run
in classjunit.framework.TestSuite
-
runTest
public void runTest(junit.framework.Test test, junit.framework.TestResult result)
- Overrides:
runTest
in classjunit.framework.TestSuite
-
-