public class ConcurrentCompositeRequest extends CompositeRequest
| Constructor and Description |
|---|
ConcurrentCompositeRequest(List<org.junit.runner.Request> requests,
boolean defaultParallel,
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 ConcurrentCompositeRequest(List<org.junit.runner.Request> requests, boolean defaultParallel, int numThreads) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError