Interface CandidateSteps

    • Method Detail

      • listCandidates

        List<StepCandidate> listCandidates()
        Returns the step candidates that can be matched
        Returns:
        The list of step candidates
      • listBeforeStories

        List<BeforeOrAfterStep> listBeforeStories()
        Returns the before stories steps
        Returns:
        The list of the before stories steps
      • listAfterStories

        List<BeforeOrAfterStep> listAfterStories()
        Returns the after stories steps
        Returns:
        The list of the after stories steps
      • listBeforeStory

        List<BeforeOrAfterStep> listBeforeStory​(boolean givenStory)
        Returns the before story steps, based on the given story status
        Parameters:
        givenStory - the boolean flag denoting if it's a given story
        Returns:
        The list of the before story steps
      • listAfterStory

        List<BeforeOrAfterStep> listAfterStory​(boolean givenStory)
        Returns the after story steps, based on the given story status
        Parameters:
        givenStory - the boolean flag denoting if it's a given story
        Returns:
        The list of the after story steps