| Constructor and Description |
|---|
ZuchiniRunnerDelegate(Class<?> testClass,
Scope globalScope,
Scope scenarioScope) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runner.Description |
describeChild(org.zuchini.junit.FeatureRunner child) |
List<org.zuchini.junit.FeatureRunner> |
getChildren() |
org.junit.runner.Description |
getDescription() |
Scope |
getGlobalScope() |
protected String |
getName() |
Scope |
getScenarioScope() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
void |
runChild(org.zuchini.junit.FeatureRunner child,
org.junit.runner.notification.RunNotifier notifier) |
public ZuchiniRunnerDelegate(Class<?> testClass, Scope globalScope, Scope scenarioScope) throws org.junit.runners.model.InitializationError, IOException
org.junit.runners.model.InitializationErrorIOExceptionpublic Scope getGlobalScope()
getGlobalScope in interface Contextpublic Scope getScenarioScope()
getScenarioScope in interface Contextprotected String getName()
getName in class org.junit.runners.ParentRunner<org.zuchini.junit.FeatureRunner>public org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in class org.junit.runners.ParentRunner<org.zuchini.junit.FeatureRunner>public void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<org.zuchini.junit.FeatureRunner>public List<org.zuchini.junit.FeatureRunner> getChildren()
getChildren in class org.junit.runners.ParentRunner<org.zuchini.junit.FeatureRunner>public org.junit.runner.Description describeChild(org.zuchini.junit.FeatureRunner child)
describeChild in class org.junit.runners.ParentRunner<org.zuchini.junit.FeatureRunner>public void runChild(org.zuchini.junit.FeatureRunner child,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.ParentRunner<org.zuchini.junit.FeatureRunner>Copyright © 2017. All rights reserved.