public class ExtendedFeatureRunner
extends cucumber.runtime.junit.FeatureRunner
| Modifier and Type | Field and Description |
|---|---|
private List<org.junit.runners.ParentRunner> |
children |
private cucumber.runtime.model.CucumberFeature |
cucumberFeature |
private int |
failedAttempts |
private cucumber.runtime.junit.JUnitReporter |
jUnitReporter |
private int |
retryCount |
private cucumber.runtime.Runtime |
runtime |
private int |
scenarioCount |
| Constructor and Description |
|---|
ExtendedFeatureRunner(cucumber.runtime.model.CucumberFeature cucumberFeatureValue,
cucumber.runtime.Runtime runtimeValue,
cucumber.runtime.junit.JUnitReporter jUnitReporterValue,
int retryCountValue) |
| Modifier and Type | Method and Description |
|---|---|
private void |
buildFeatureElementRunners() |
protected org.junit.runner.Description |
describeChild(org.junit.runners.ParentRunner child) |
protected List<org.junit.runners.ParentRunner> |
getChildren() |
cucumber.runtime.Runtime |
getRuntime() |
void |
retry(org.junit.runner.notification.RunNotifier notifier,
org.junit.runners.ParentRunner child,
Throwable currentThrowable) |
protected void |
runChild(org.junit.runners.ParentRunner child,
org.junit.runner.notification.RunNotifier notifier) |
private final List<org.junit.runners.ParentRunner> children
private int retryCount
private int failedAttempts
private int scenarioCount
private cucumber.runtime.Runtime runtime
private cucumber.runtime.model.CucumberFeature cucumberFeature
private cucumber.runtime.junit.JUnitReporter jUnitReporter
public ExtendedFeatureRunner(cucumber.runtime.model.CucumberFeature cucumberFeatureValue,
cucumber.runtime.Runtime runtimeValue,
cucumber.runtime.junit.JUnitReporter jUnitReporterValue,
int retryCountValue)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprivate void buildFeatureElementRunners()
public final cucumber.runtime.Runtime getRuntime()
protected void runChild(org.junit.runners.ParentRunner child,
org.junit.runner.notification.RunNotifier notifier)
runChild in class cucumber.runtime.junit.FeatureRunnerpublic void retry(org.junit.runner.notification.RunNotifier notifier,
org.junit.runners.ParentRunner child,
Throwable currentThrowable)
protected List<org.junit.runners.ParentRunner> getChildren()
getChildren in class cucumber.runtime.junit.FeatureRunnerprotected org.junit.runner.Description describeChild(org.junit.runners.ParentRunner child)
describeChild in class cucumber.runtime.junit.FeatureRunnerCopyright © 2013-2016. All Rights Reserved.