public class ExtendedCucumber extends org.junit.runners.ParentRunner<ExtendedFeatureRunner>
| Modifier and Type | Field and Description |
|---|---|
private List<ExtendedFeatureRunner> |
children |
private ExtendedRuntimeOptions |
extendedOptions |
private cucumber.runtime.junit.JUnitReporter |
jUnitReporter |
private cucumber.runtime.Runtime |
runtime |
| Constructor and Description |
|---|
ExtendedCucumber(Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
private void |
addChildren(List<cucumber.runtime.model.CucumberFeature> cucumberFeatures) |
protected cucumber.runtime.Runtime |
createRuntime(cucumber.runtime.io.ResourceLoader resourceLoader,
ClassLoader classLoader,
cucumber.runtime.RuntimeOptions runtimeOptions) |
protected org.junit.runner.Description |
describeChild(ExtendedFeatureRunner child) |
List<ExtendedFeatureRunner> |
getChildren() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(ExtendedFeatureRunner child,
org.junit.runner.notification.RunNotifier notifier) |
private void |
runDetailedAggregatedReport() |
private void |
runDetailedReport() |
private void |
runOverviewReport() |
private void |
runUsageReport() |
private final cucumber.runtime.junit.JUnitReporter jUnitReporter
private final List<ExtendedFeatureRunner> children
private final cucumber.runtime.Runtime runtime
private final ExtendedRuntimeOptions extendedOptions
public ExtendedCucumber(Class clazz) throws org.junit.runners.model.InitializationError, IOException
org.junit.runners.model.InitializationErrorIOExceptionprotected cucumber.runtime.Runtime createRuntime(cucumber.runtime.io.ResourceLoader resourceLoader,
ClassLoader classLoader,
cucumber.runtime.RuntimeOptions runtimeOptions)
throws org.junit.runners.model.InitializationError,
IOException
org.junit.runners.model.InitializationErrorIOExceptionpublic List<ExtendedFeatureRunner> getChildren()
getChildren in class org.junit.runners.ParentRunner<ExtendedFeatureRunner>protected org.junit.runner.Description describeChild(ExtendedFeatureRunner child)
describeChild in class org.junit.runners.ParentRunner<ExtendedFeatureRunner>protected void runChild(ExtendedFeatureRunner child, org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.ParentRunner<ExtendedFeatureRunner>private void runUsageReport()
private void runOverviewReport()
private void runDetailedReport()
private void runDetailedAggregatedReport()
public void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<ExtendedFeatureRunner>private void addChildren(List<cucumber.runtime.model.CucumberFeature> cucumberFeatures) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorCopyright © 2013-2015. All Rights Reserved.