Uses of Class
com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.AllScenariosPageCollection
-
-
Uses of AllScenariosPageCollection in com.trivago.cluecumber.engine.rendering
Methods in com.trivago.cluecumber.engine.rendering with parameters of type AllScenariosPageCollection Modifier and Type Method Description voidReportGenerator. generateReport(AllScenariosPageCollection allScenariosPageCollection)Generate the full report. -
Uses of AllScenariosPageCollection in com.trivago.cluecumber.engine.rendering.pages.renderering
Methods in com.trivago.cluecumber.engine.rendering.pages.renderering with parameters of type AllScenariosPageCollection Modifier and Type Method Description StringAllScenariosPageRenderer. getRenderedContent(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template)StringAllScenariosPageRenderer. getRenderedContentByFeatureFilter(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template, Feature feature)StringAllScenariosPageRenderer. getRenderedContentByStepFilter(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template, Step step)StringAllScenariosPageRenderer. getRenderedContentByTagFilter(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template, Tag tag) -
Uses of AllScenariosPageCollection in com.trivago.cluecumber.engine.rendering.pages.visitors
Methods in com.trivago.cluecumber.engine.rendering.pages.visitors with parameters of type AllScenariosPageCollection Modifier and Type Method Description voidFeatureVisitor. visit(AllScenariosPageCollection allScenariosPageCollection)voidPageVisitor. visit(AllScenariosPageCollection pageCollection)voidScenarioVisitor. visit(AllScenariosPageCollection allScenariosPageCollection)voidStepVisitor. visit(AllScenariosPageCollection allScenariosPageCollection)voidTagVisitor. visit(AllScenariosPageCollection allScenariosPageCollection)
-