Uses of Class
com.trivago.cluecumber.engine.rendering.pages.pojos.Feature
-
Packages that use Feature Package Description com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections com.trivago.cluecumber.engine.rendering.pages.renderering -
-
Uses of Feature in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return Feature Modifier and Type Method Description FeatureAllScenariosPageCollection. getFeatureFilter()Return the feature by which scenarios are filtered.Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return types with arguments of type Feature Modifier and Type Method Description Map<Feature,List<Element>>TreeViewPageCollection. getElements()Get the list of features and their scenarios.Map<Feature,ResultCount>AllFeaturesPageCollection. getFeatureResultCounts()Get a map ofResultCountlists connected to features.Set<Feature>AllFeaturesPageCollection. getFeatures()Returns all features.Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type Feature Modifier and Type Method Description voidAllScenariosPageCollection. setFeatureFilter(Feature featureFilter)Set the feature by which scenarios should be filtered.Constructor parameters in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with type arguments of type Feature Constructor Description TreeViewPageCollection(Map<Feature,List<Element>> elements, String pageTitle)Constructor. -
Uses of Feature in com.trivago.cluecumber.engine.rendering.pages.renderering
Methods in com.trivago.cluecumber.engine.rendering.pages.renderering with parameters of type Feature Modifier and Type Method Description StringAllScenariosPageRenderer. getRenderedContentByFeatureFilter(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template, Feature feature)Get the rendered HTML content after applying a feature filter.
-