Uses of Class
com.trivago.cluecumber.engine.json.pojo.Step
-
-
Uses of Step in com.trivago.cluecumber.engine.json.pojo
Methods in com.trivago.cluecumber.engine.json.pojo that return types with arguments of type Step Modifier and Type Method Description List<Step>Element. getBackgroundSteps()List<Step>Element. getSteps()Method parameters in com.trivago.cluecumber.engine.json.pojo with type arguments of type Step Modifier and Type Method Description voidElement. setBackgroundSteps(List<Step> steps)voidElement. setSteps(List<Step> steps) -
Uses of Step in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return Step Modifier and Type Method Description StepAllScenariosPageCollection. getStepFilter()Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return types with arguments of type Step Modifier and Type Method Description Map<Step,ResultCount>AllStepsPageCollection. getStepResultCounts()Get a map ofResultCountlists connected to step names.Set<Step>AllStepsPageCollection. getSteps()Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type Step Modifier and Type Method Description StringAllStepsPageCollection. getAverageTimeFromStep(Step step)StringAllStepsPageCollection. getMaximumTimeFromStep(Step step)intAllStepsPageCollection. getMaximumTimeScenarioIndexFromStep(Step step)StringAllStepsPageCollection. getMinimumTimeFromStep(Step step)intAllStepsPageCollection. getMinimumTimeScenarioIndexFromStep(Step step)voidAllScenariosPageCollection. setStepFilter(Step stepFilter) -
Uses of Step in com.trivago.cluecumber.engine.rendering.pages.renderering
Methods in com.trivago.cluecumber.engine.rendering.pages.renderering with parameters of type Step Modifier and Type Method Description StringAllScenariosPageRenderer. getRenderedContentByStepFilter(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template, Step step)
-