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. getAllStepsIncludingBackgroundSteps()Get all steps including background steps.List<Step>Element. getBackgroundSteps()Get the scenario's background steps.List<Step>Element. getSteps()Get the scenario's steps.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)Set the background scenario steps.voidElement. setSteps(List<Step> steps)Set the scenario 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()Return the step by which scenarios are filtered.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()Get all steps.Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type Step Modifier and Type Method Description StringAllStepsPageCollection. getAverageTimeFromStep(Step step)Get the average time of all step executions of a specific step.StringAllStepsPageCollection. getMaximumTimeFromStep(Step step)Get the maximum step time.intAllStepsPageCollection. getMaximumTimeScenarioIndexFromStep(Step step)Get the scenario index from the maximum step time.StringAllStepsPageCollection. getMinimumTimeFromStep(Step step)Get the minimum step time.intAllStepsPageCollection. getMinimumTimeScenarioIndexFromStep(Step step)Get the scenario index from the minimum step time.voidAllScenariosPageCollection. setStepFilter(Step stepFilter)Set the step by which scenarios should be filtered. -
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)Get the rendered HTML content after applying a step filter.
-