Class ExtendedSerenityCandidateSteps

  • All Implemented Interfaces:
    org.jbehave.core.steps.CandidateSteps

    public class ExtendedSerenityCandidateSteps
    extends java.lang.Object
    implements org.jbehave.core.steps.CandidateSteps
    Extended SerenityCandidateSteps
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtendedSerenityCandidateSteps​(org.jbehave.core.steps.CandidateSteps candidateSteps, org.jbehave.core.configuration.Configuration configuration, org.jbehave.core.steps.InjectableStepsFactory stepsFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jbehave.core.configuration.Configuration configuration()  
      java.util.List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterScenario​(org.jbehave.core.annotations.ScenarioType type)  
      java.util.List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterStories()  
      java.util.List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterStory​(boolean givenStory)  
      java.util.List<org.jbehave.core.steps.StepCandidate> listCandidates()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtendedSerenityCandidateSteps

        public ExtendedSerenityCandidateSteps​(org.jbehave.core.steps.CandidateSteps candidateSteps,
                                              org.jbehave.core.configuration.Configuration configuration,
                                              org.jbehave.core.steps.InjectableStepsFactory stepsFactory)
    • Method Detail

      • listCandidates

        public java.util.List<org.jbehave.core.steps.StepCandidate> listCandidates()
        Specified by:
        listCandidates in interface org.jbehave.core.steps.CandidateSteps
      • listBeforeOrAfterStories

        public java.util.List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterStories()
        Specified by:
        listBeforeOrAfterStories in interface org.jbehave.core.steps.CandidateSteps
      • listBeforeOrAfterStory

        public java.util.List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterStory​(boolean givenStory)
        Specified by:
        listBeforeOrAfterStory in interface org.jbehave.core.steps.CandidateSteps
      • listBeforeOrAfterScenario

        public java.util.List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterScenario​(org.jbehave.core.annotations.ScenarioType type)
        Specified by:
        listBeforeOrAfterScenario in interface org.jbehave.core.steps.CandidateSteps
      • configuration

        public org.jbehave.core.configuration.Configuration configuration()
        Specified by:
        configuration in interface org.jbehave.core.steps.CandidateSteps