Uses of Class
com.github.cukedoctor.api.model.Step
-
Packages that use Step Package Description com.github.cukedoctor.api com.github.cukedoctor.api.model com.github.cukedoctor.renderer com.github.cukedoctor.spi com.github.cukedoctor.util.builder -
-
Uses of Step in com.github.cukedoctor.api
Constructor parameters in com.github.cukedoctor.api with type arguments of type Step Constructor Description StepResults(List<Step> allSteps, Map<Status,AtomicInteger> statusCounter, long totalDuration) -
Uses of Step in com.github.cukedoctor.api.model
Methods in com.github.cukedoctor.api.model that return Step Modifier and Type Method Description StepScenario. getStepByName(String stepName)Methods in com.github.cukedoctor.api.model that return types with arguments of type Step Modifier and Type Method Description List<Step>Scenario. getSteps()Method parameters in com.github.cukedoctor.api.model with type arguments of type Step Modifier and Type Method Description voidScenario. setSteps(List<Step> steps) -
Uses of Step in com.github.cukedoctor.renderer
Method parameters in com.github.cukedoctor.renderer with type arguments of type Step Modifier and Type Method Description StringCukedoctorStepsRenderer. renderSteps(List<Step> steps, Scenario scenario, Feature feature) -
Uses of Step in com.github.cukedoctor.spi
Method parameters in com.github.cukedoctor.spi with type arguments of type Step Modifier and Type Method Description StringStepsRenderer. renderSteps(List<Step> steps, Scenario scenario, Feature feature)Deprecated.Use renderSteps(List<Step>, Scenario, Feature, CukedoctorDocumentBuilder) insteaddefault StringStepsRenderer. renderSteps(List<Step> steps, Scenario scenario, Feature feature, CukedoctorDocumentBuilder documentBuilder) -
Uses of Step in com.github.cukedoctor.util.builder
Methods in com.github.cukedoctor.util.builder that return Step Modifier and Type Method Description StepStepBuilder. build()Methods in com.github.cukedoctor.util.builder with parameters of type Step Modifier and Type Method Description ScenarioBuilderScenarioBuilder. step(Step step)
-