Class AllFeaturesPageCollection
- java.lang.Object
-
- com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.PageCollection
-
- com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.AllFeaturesPageCollection
-
- All Implemented Interfaces:
Cloneable
public class AllFeaturesPageCollection extends PageCollection
-
-
Constructor Summary
Constructors Constructor Description AllFeaturesPageCollection(List<Report> reports, String pageTitle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Feature,ResultCount>getFeatureResultCounts()Get a map ofResultCountlists connected to features.Set<Feature>getFeatures()intgetTotalNumberOfFailedFeatures()intgetTotalNumberOfFeatures()intgetTotalNumberOfPassedFeatures()intgetTotalNumberOfScenarios()intgetTotalNumberOfSkippedFeatures()-
Methods inherited from class com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.PageCollection
getCustomParameters, getDisplayMode, getNavigationLinks, getPageTitle, getReportDetails, hasCustomParameters, isExpandAttachments, isExpandBeforeAfterHooks, isExpandDocStrings, isExpandStepHooks, setCustomParameters, setDisplayMode, setExpandAttachments, setExpandBeforeAfterHooks, setExpandDocStrings, setExpandStepHooks, setNavigationLinks
-
-
-
-
Method Detail
-
getFeatureResultCounts
public Map<Feature,ResultCount> getFeatureResultCounts()
Get a map ofResultCountlists connected to features.- Returns:
- a map of
ResultCountlists with features as keys.
-
getTotalNumberOfFeatures
public int getTotalNumberOfFeatures()
-
getTotalNumberOfPassedFeatures
public int getTotalNumberOfPassedFeatures()
-
getTotalNumberOfFailedFeatures
public int getTotalNumberOfFailedFeatures()
-
getTotalNumberOfSkippedFeatures
public int getTotalNumberOfSkippedFeatures()
-
getTotalNumberOfScenarios
public int getTotalNumberOfScenarios()
-
-