public class CompositeRequestRunner
extends org.junit.runners.ParentRunner<org.junit.runner.Request>
Requests.| Constructor and Description |
|---|
CompositeRequestRunner(List<org.junit.runner.Request> requests)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runner.Description |
describeChild(org.junit.runner.Request child) |
protected List<org.junit.runner.Request> |
getChildren() |
protected void |
runChild(org.junit.runner.Request child,
org.junit.runner.notification.RunNotifier notifier) |
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClassespublic CompositeRequestRunner(List<org.junit.runner.Request> requests) throws org.junit.runners.model.InitializationError
requests - List of requests to be composed of.org.junit.runners.model.InitializationErrorprotected List<org.junit.runner.Request> getChildren()
getChildren in class org.junit.runners.ParentRunner<org.junit.runner.Request>protected org.junit.runner.Description describeChild(org.junit.runner.Request child)
describeChild in class org.junit.runners.ParentRunner<org.junit.runner.Request>protected void runChild(org.junit.runner.Request child,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.ParentRunner<org.junit.runner.Request>