Class Step

  • All Implemented Interfaces:
    org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable, org.junit.runner.manipulation.Sortable

    public class Step
    extends org.junit.runners.ParentRunner<StepClassParserResult>
    • Constructor Summary

      Constructors 
      Constructor Description
      Step​(java.lang.Class<?> klass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.junit.runner.Description describeChild​(StepClassParserResult child)  
      protected java.util.List<StepClassParserResult> getChildren()  
      protected java.util.Map<java.lang.String,​java.lang.String> getExecutionParametersForClass()  
      protected void notifyFailure​(org.junit.internal.runners.model.EachTestNotifier childNotifier, PlanRunnerResult res, java.lang.String errorMsg, boolean assertionError)  
      protected void runChild​(StepClassParserResult child, org.junit.runner.notification.RunNotifier notifier)  
      • Methods inherited from class org.junit.runners.ParentRunner

        childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolation
      • Methods inherited from class org.junit.runner.Runner

        testCount
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Step

        public Step​(java.lang.Class<?> klass)
             throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError
    • Method Detail

      • runChild

        protected void runChild​(StepClassParserResult child,
                                org.junit.runner.notification.RunNotifier notifier)
        Specified by:
        runChild in class org.junit.runners.ParentRunner<StepClassParserResult>
      • getExecutionParametersForClass

        protected java.util.Map<java.lang.String,​java.lang.String> getExecutionParametersForClass()
      • notifyFailure

        protected void notifyFailure​(org.junit.internal.runners.model.EachTestNotifier childNotifier,
                                     PlanRunnerResult res,
                                     java.lang.String errorMsg,
                                     boolean assertionError)