Class TreeViewPageCollection
- java.lang.Object
-
- com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.PageCollection
-
- com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.TreeViewPageCollection
-
- All Implemented Interfaces:
Cloneable
public class TreeViewPageCollection extends PageCollection
Page collection for the tree view page.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Feature,List<Element>>getElements()Get the list of features and their scenarios.intgetNumberOfFeatures()Retrieve the total number of features.intgetNumberOfScenarios()Retrieve the total number of scenarios.-
Methods inherited from class com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.PageCollection
clone, getCustomParameters, getDisplayMode, getNavigationLinks, getPageTitle, getReportDetails, hasCustomParameters, isExpandAttachments, isExpandBeforeAfterHooks, isExpandDocStrings, isExpandStepHooks, setCustomParameters, setDisplayMode, setExpandAttachments, setExpandBeforeAfterHooks, setExpandDocStrings, setExpandStepHooks, setNavigationLinks
-
-
-
-
Method Detail
-
getElements
public Map<Feature,List<Element>> getElements()
Get the list of features and their scenarios.- Returns:
- The map of features and associated scenarios.
-
getNumberOfFeatures
public int getNumberOfFeatures()
Retrieve the total number of features.- Returns:
- The count.
-
getNumberOfScenarios
public int getNumberOfScenarios()
Retrieve the total number of scenarios.- Returns:
- The count.
-
-