public class FeatureRunnerPartitioned
extends org.junit.runners.ParentRunner<org.junit.runners.ParentRunner>
| Constructor and Description |
|---|
FeatureRunnerPartitioned(cucumber.runtime.model.CucumberFeature cucumberFeature,
cucumber.runtime.Runtime runtime,
cucumber.runtime.junit.JUnitReporter jUnitReporter) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runner.Description |
describeChild(org.junit.runners.ParentRunner child) |
protected List<org.junit.runners.ParentRunner> |
getChildren() |
org.junit.runner.Description |
getDescription() |
String |
getName() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(org.junit.runners.ParentRunner child,
org.junit.runner.notification.RunNotifier notifier) |
public FeatureRunnerPartitioned(cucumber.runtime.model.CucumberFeature cucumberFeature,
cucumber.runtime.Runtime runtime,
cucumber.runtime.junit.JUnitReporter jUnitReporter)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic String getName()
getName in class org.junit.runners.ParentRunner<org.junit.runners.ParentRunner>public org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in class org.junit.runners.ParentRunner<org.junit.runners.ParentRunner>protected List<org.junit.runners.ParentRunner> getChildren()
getChildren in class org.junit.runners.ParentRunner<org.junit.runners.ParentRunner>protected org.junit.runner.Description describeChild(org.junit.runners.ParentRunner child)
describeChild in class org.junit.runners.ParentRunner<org.junit.runners.ParentRunner>protected void runChild(org.junit.runners.ParentRunner child,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.ParentRunner<org.junit.runners.ParentRunner>public void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<org.junit.runners.ParentRunner>Copyright © 2019. All rights reserved.