Class ExtendedSerenityCandidateSteps

java.lang.Object
org.activiti.cloud.acc.shared.serenity.ExtendedSerenityCandidateSteps
All Implemented Interfaces:
org.jbehave.core.steps.CandidateSteps

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

    • ExtendedSerenityCandidateSteps

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

    • listCandidates

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

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

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

      public 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