Package io.cucumber.junit
Class CucumberPartitioned
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<io.cucumber.junit.FeatureRunnerPartitioned>
io.cucumber.junit.CucumberPartitioned
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Orderable,org.junit.runner.manipulation.Sortable
public class CucumberPartitioned
extends org.junit.runners.ParentRunner<io.cucumber.junit.FeatureRunnerPartitioned>
Created by markshead on 2/28/16.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.junit.runners.model.StatementchildrenInvoker(org.junit.runner.notification.RunNotifier notifier) protected org.junit.runner.DescriptiondescribeChild(io.cucumber.junit.FeatureRunnerPartitioned child) List<io.cucumber.junit.FeatureRunnerPartitioned>protected voidrunChild(io.cucumber.junit.FeatureRunnerPartitioned child, org.junit.runner.notification.RunNotifier notifier) voidsetScheduler(org.junit.runners.model.RunnerScheduler scheduler) Methods inherited from class org.junit.runners.ParentRunner
classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolationMethods inherited from class org.junit.runner.Runner
testCount
-
Constructor Details
-
CucumberPartitioned
public CucumberPartitioned(Class clazz) throws org.junit.runners.model.InitializationError, IOException Constructor called by JUnit.- Parameters:
clazz- the class with the @RunWith annotation.- Throws:
IOException- if there is a problemorg.junit.runners.model.InitializationError- if there is another problem
-
-
Method Details
-
getChildren
- Specified by:
getChildrenin classorg.junit.runners.ParentRunner<io.cucumber.junit.FeatureRunnerPartitioned>
-
describeChild
protected org.junit.runner.Description describeChild(io.cucumber.junit.FeatureRunnerPartitioned child) - Specified by:
describeChildin classorg.junit.runners.ParentRunner<io.cucumber.junit.FeatureRunnerPartitioned>
-
runChild
protected void runChild(io.cucumber.junit.FeatureRunnerPartitioned child, org.junit.runner.notification.RunNotifier notifier) - Specified by:
runChildin classorg.junit.runners.ParentRunner<io.cucumber.junit.FeatureRunnerPartitioned>
-
childrenInvoker
protected org.junit.runners.model.Statement childrenInvoker(org.junit.runner.notification.RunNotifier notifier) - Overrides:
childrenInvokerin classorg.junit.runners.ParentRunner<io.cucumber.junit.FeatureRunnerPartitioned>
-
setScheduler
public void setScheduler(org.junit.runners.model.RunnerScheduler scheduler) - Overrides:
setSchedulerin classorg.junit.runners.ParentRunner<io.cucumber.junit.FeatureRunnerPartitioned>
-