public class ExtendedExamplesRunner
extends org.junit.runners.Suite
| Modifier and Type | Field and Description |
|---|---|
private cucumber.runtime.model.CucumberExamples |
cucumberExamples |
private org.junit.runner.Description |
description |
private static List<cucumber.runtime.model.CucumberScenario> |
exampleScenarios |
private int |
failedAttempts |
private cucumber.runtime.junit.JUnitReporter |
jUnitReporter |
private int |
retryCount |
private Method[] |
retryMethods |
private static List<org.junit.runner.Runner> |
runners |
private cucumber.runtime.Runtime |
runtime |
private int |
scenarioCount |
| Modifier | Constructor and Description |
|---|---|
protected |
ExtendedExamplesRunner(cucumber.runtime.Runtime runtimeValue,
cucumber.runtime.model.CucumberExamples cucumberExamplesValue,
cucumber.runtime.junit.JUnitReporter jUnitReporterValue,
int retryCountValue,
Method[] retryMethodsValue) |
| Modifier and Type | Method and Description |
|---|---|
private static List<org.junit.runner.Runner> |
buildRunners(cucumber.runtime.Runtime runtime,
cucumber.runtime.model.CucumberExamples cucumberExamples,
cucumber.runtime.junit.JUnitReporter jUnitReporter) |
private cucumber.runtime.model.CucumberScenario |
getCurrentScenario(org.junit.runner.Runner runner) |
org.junit.runner.Description |
getDescription() |
int |
getFailedAttempts() |
protected String |
getName() |
int |
getRetryCount() |
cucumber.runtime.Runtime |
getRuntime() |
int |
getScenarioCount() |
void |
retry(org.junit.runner.notification.RunNotifier notifier,
org.junit.runners.ParentRunner child,
Throwable currentThrowable) |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(org.junit.runner.Runner runner,
org.junit.runner.notification.RunNotifier notifier) |
void |
setFailedAttempts(int failedAttemptsValue) |
void |
setScenarioCount(int scenarioCountValue) |
private int retryCount
private cucumber.runtime.Runtime runtime
private Method[] retryMethods
private int failedAttempts
private int scenarioCount
private final cucumber.runtime.model.CucumberExamples cucumberExamples
private org.junit.runner.Description description
private cucumber.runtime.junit.JUnitReporter jUnitReporter
private static List<org.junit.runner.Runner> runners
private static List<cucumber.runtime.model.CucumberScenario> exampleScenarios
protected ExtendedExamplesRunner(cucumber.runtime.Runtime runtimeValue,
cucumber.runtime.model.CucumberExamples cucumberExamplesValue,
cucumber.runtime.junit.JUnitReporter jUnitReporterValue,
int retryCountValue,
Method[] retryMethodsValue)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprivate static List<org.junit.runner.Runner> buildRunners(cucumber.runtime.Runtime runtime, cucumber.runtime.model.CucumberExamples cucumberExamples, cucumber.runtime.junit.JUnitReporter jUnitReporter)
public final cucumber.runtime.Runtime getRuntime()
protected String getName()
getName in class org.junit.runners.ParentRunner<org.junit.runner.Runner>public org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in class org.junit.runners.ParentRunner<org.junit.runner.Runner>public void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<org.junit.runner.Runner>protected void runChild(org.junit.runner.Runner runner,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.Suiteprivate cucumber.runtime.model.CucumberScenario getCurrentScenario(org.junit.runner.Runner runner)
public void retry(org.junit.runner.notification.RunNotifier notifier,
org.junit.runners.ParentRunner child,
Throwable currentThrowable)
public int getRetryCount()
public int getFailedAttempts()
public void setFailedAttempts(int failedAttemptsValue)
public int getScenarioCount()
public void setScenarioCount(int scenarioCountValue)
Copyright © 2013-2018. All Rights Reserved.