@Beta public abstract class AbstractParallelScenarioRunner extends AbstractScenarioRunner
| Constructor and Description |
|---|
AbstractParallelScenarioRunner(Class<?> klass,
Class<? extends ScenarioProcessor> processorClass) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runners.model.Statement |
childrenInvoker(org.junit.runner.notification.RunNotifier notifier) |
protected List<org.junit.runners.model.FrameworkMethod> |
getChildren() |
protected org.junit.runners.model.Statement |
methodBlock(org.junit.runners.model.FrameworkMethod method) |
protected void |
prepareChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
protected org.junit.runners.model.Statement |
prepareMethodBlock(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
protected void |
process(String data) |
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
void |
setScheduler(org.junit.runners.model.RunnerScheduler scheduler) |
doProcess, get, getOrCreateInjectorProvider, getProcessorClass, getProcessorName, getRunnerAnnotations, isIgnoredcreateInjectorProvider, createTest, getInjectorProvider, superMethodBlockcollectInitializationErrors, computeTestMethods, describeChild, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateInstanceMethods, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic AbstractParallelScenarioRunner(Class<?> klass, Class<? extends ScenarioProcessor> processorClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic void setScheduler(org.junit.runners.model.RunnerScheduler scheduler)
setScheduler in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected org.junit.runners.model.Statement childrenInvoker(org.junit.runner.notification.RunNotifier notifier)
childrenInvoker in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected void runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
runChild in class AbstractScenarioRunnerprotected List<org.junit.runners.model.FrameworkMethod> getChildren()
getChildren in class org.junit.runners.BlockJUnit4ClassRunnerprotected void prepareChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
throws Throwable
Throwableprotected org.junit.runners.model.Statement prepareMethodBlock(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
protected org.junit.runners.model.Statement methodBlock(org.junit.runners.model.FrameworkMethod method)
methodBlock in class AbstractScenarioRunnerprotected void process(String data) throws Exception
process in class AbstractScenarioRunnerExceptionCopyright © 2016. All Rights Reserved.