-
- All Implemented Interfaces:
-
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Orderable,org.junit.runner.manipulation.Sortable
public final class CucumberAudit extends ParentRunner<ParentRunner<?>>
-
-
Constructor Summary
Constructors Constructor Description CucumberAudit(Class<?> clazz)
-
Method Summary
Modifier and Type Method Description UnitsetScheduler(RunnerScheduler scheduler)-
Methods inherited from class io.cucumber.junit.CucumberAudit
classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolation -
Methods inherited from class org.junit.runners.ParentRunner
testCount -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CucumberAudit
CucumberAudit(Class<?> clazz)
-
-
Method Detail
-
setScheduler
Unit setScheduler(RunnerScheduler scheduler)
-
-
-
-