Class Step

java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<StepClassParserResult>
step.junit.runner.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 Details

    • Step

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