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.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return AllScenariosPageCollection Modifier and Type Method Description AllScenariosPageCollectionAllScenariosPageCollection. clone()Function to clone theAllScenariosPageCollectionincluding all included data. -
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)Get the rendered HTML content.StringTreeViewPageRenderer. getRenderedContent(AllFeaturesPageCollection allFeaturesPageCollection, AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template)Get the rendered site content.StringAllScenariosPageRenderer. getRenderedContentByFeatureFilter(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template, Feature feature)Get the rendered HTML content after applying a feature filter.StringAllScenariosPageRenderer. getRenderedContentByStepFilter(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template, Step step)Get the rendered HTML content after applying a step filter.StringAllScenariosPageRenderer. getRenderedContentByTagFilter(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template, Tag tag)Get the rendered HTML content after applying a tag filter. -
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)The main method that is called on this visitor.voidPageVisitor. visit(AllScenariosPageCollection pageCollection)Base method for all visitable classes.voidScenarioVisitor. visit(AllScenariosPageCollection allScenariosPageCollection)The main method that is called on this visitor.voidStepVisitor. visit(AllScenariosPageCollection allScenariosPageCollection)The main method that is called on this visitor.voidTagVisitor. visit(AllScenariosPageCollection allScenariosPageCollection)The main method that is called on this visitor.
-