Package 

Class CucumberAudit

  • 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<?>>
                        
    • Method Summary

      Modifier and Type Method Description
      Unit setScheduler(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)