public class CucumberPartitioned extends org.junit.runners.ParentRunner<FeatureRunnerPartitioned>
| Constructor and Description |
|---|
CucumberPartitioned(Class clazz)
Constructor called by JUnit.
|
| Modifier and Type | Method and Description |
|---|---|
protected cucumber.runtime.Runtime |
createRuntime(cucumber.runtime.io.ResourceLoader resourceLoader,
ClassLoader classLoader,
cucumber.runtime.RuntimeOptions runtimeOptions)
Create the Runtime.
|
protected org.junit.runner.Description |
describeChild(FeatureRunnerPartitioned child) |
List<FeatureRunnerPartitioned> |
getChildren() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(FeatureRunnerPartitioned child,
org.junit.runner.notification.RunNotifier notifier) |
public CucumberPartitioned(Class clazz) throws org.junit.runners.model.InitializationError, IOException
clazz - the class with the @RunWith annotation.IOException - if there is a problemorg.junit.runners.model.InitializationError - if there is another problemprotected cucumber.runtime.Runtime createRuntime(cucumber.runtime.io.ResourceLoader resourceLoader,
ClassLoader classLoader,
cucumber.runtime.RuntimeOptions runtimeOptions)
throws org.junit.runners.model.InitializationError,
IOException
resourceLoader - used to load resourcesclassLoader - used to load classesruntimeOptions - configurationorg.junit.runners.model.InitializationError - if a JUnit error occurredIOException - if a class or resource could not be loadedpublic List<FeatureRunnerPartitioned> getChildren()
getChildren in class org.junit.runners.ParentRunner<FeatureRunnerPartitioned>protected org.junit.runner.Description describeChild(FeatureRunnerPartitioned child)
describeChild in class org.junit.runners.ParentRunner<FeatureRunnerPartitioned>protected void runChild(FeatureRunnerPartitioned child, org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.ParentRunner<FeatureRunnerPartitioned>public void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<FeatureRunnerPartitioned>Copyright © 2019. All rights reserved.