public class ExtendedScenarioOutlineRunner
extends org.junit.runners.Suite
| Modifier and Type | Field and Description |
|---|---|
private cucumber.runtime.model.CucumberScenarioOutline |
cucumberScenarioOutline |
private org.junit.runner.Description |
description |
private cucumber.runtime.junit.JUnitReporter |
jUnitReporter |
| Constructor and Description |
|---|
ExtendedScenarioOutlineRunner(cucumber.runtime.Runtime runtimeValue,
cucumber.runtime.model.CucumberScenarioOutline cucumberScenarioOutlineValue,
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.CucumberScenarioOutline cucumberScenarioOutline,
cucumber.runtime.junit.JUnitReporter jUnitReporter,
int retryCount) |
org.junit.runner.Description |
getDescription() |
String |
getName() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(org.junit.runner.Runner runner,
org.junit.runner.notification.RunNotifier notifier) |
private final cucumber.runtime.model.CucumberScenarioOutline cucumberScenarioOutline
private final cucumber.runtime.junit.JUnitReporter jUnitReporter
private org.junit.runner.Description description
public ExtendedScenarioOutlineRunner(cucumber.runtime.Runtime runtimeValue,
cucumber.runtime.model.CucumberScenarioOutline cucumberScenarioOutlineValue,
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.CucumberScenarioOutline cucumberScenarioOutline, cucumber.runtime.junit.JUnitReporter jUnitReporter, int retryCount) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic 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.