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 cucumber.runtime.junit.JUnitReporter |
jUnitReporter |
private int |
retryCount |
private static List<org.junit.runner.Runner> |
runners |
private cucumber.runtime.Runtime |
runtime |
| Modifier | Constructor and Description |
|---|---|
protected |
ExtendedExamplesRunner(cucumber.runtime.Runtime runtimeValue,
cucumber.runtime.model.CucumberExamples cucumberExamplesValue,
cucumber.runtime.junit.JUnitReporter jUnitReporterValue,
int retryCountValue) |
| 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) |
org.junit.runner.Description |
getDescription() |
protected String |
getName() |
cucumber.runtime.Runtime |
getRuntime() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(org.junit.runner.Runner runner,
org.junit.runner.notification.RunNotifier notifier) |
private int retryCount
private cucumber.runtime.Runtime runtime
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)
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.SuiteCopyright © 2013-2017. All Rights Reserved.