Class ScenarioSummaryPageCollection

    • Method Detail

      • getTotalNumberOfScenarios

        public int getTotalNumberOfScenarios()
        Return the number of scenarios.
        Returns:
        The count.
      • getTotalNumberOfPassed

        public int getTotalNumberOfPassed()
        Return the number of passed scenarios.
        Returns:
        The count.
      • getTotalNumberOfFailed

        public int getTotalNumberOfFailed()
        Return the number of failed scenarios.
        Returns:
        The count.
      • getTotalNumberOfSkipped

        public int getTotalNumberOfSkipped()
        Return the number of skipped scenarios.
        Returns:
        The count.
      • addScenarioIndexByStatus

        public void addScenarioIndexByStatus​(Status status,
                                             int scenarioIndex)
        Add a specific scenario index to an associated status.
        Parameters:
        status - The Status instance.
        scenarioIndex - The scenario index.