public class ConcurrentCompositeRequestRunner extends CompositeRequestRunner
| Constructor and Description |
|---|
ConcurrentCompositeRequestRunner(java.util.List<org.junit.runner.Request> requests,
Concurrency defaultConcurrency,
int numThreads) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runners.model.Statement |
childrenInvoker(org.junit.runner.notification.RunNotifier notifier) |
describeChild, getChildren, runChildclassBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClassespublic ConcurrentCompositeRequestRunner(java.util.List<org.junit.runner.Request> requests,
Concurrency defaultConcurrency,
int numThreads)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError