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()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,ResultCount>AllFeaturesPageCollection. getFeatureResultCounts()Get a map ofResultCountlists connected to features.Set<Feature>AllFeaturesPageCollection. getFeatures()Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type Feature Modifier and Type Method Description voidAllScenariosPageCollection. setFeatureFilter(Feature featureFilter) -
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)
-