Package net.serenitybdd.cucumber
Class CucumberWithSerenity
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.ParentRunner<?>>
io.cucumber.junit.CucumberSerenityRunner
net.serenitybdd.cucumber.CucumberWithSerenity
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Orderable,org.junit.runner.manipulation.Sortable
public class CucumberWithSerenity extends CucumberSerenityRunner
-
Constructor Summary
Constructors Constructor Description CucumberWithSerenity(java.lang.Class clazz) -
Method Summary
Methods inherited from class io.cucumber.junit.CucumberSerenityRunner
childrenInvoker, createSerenityEnabledRuntime, currentRuntimeOptions, describeChild, getChildren, runChild, setRuntimeOptions, setSchedulerMethods 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
testCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CucumberWithSerenity
public CucumberWithSerenity(java.lang.Class clazz) throws org.junit.runners.model.InitializationError- Throws:
org.junit.runners.model.InitializationError
-