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 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.Configurationconfiguration()List<org.jbehave.core.steps.BeforeOrAfterStep>listBeforeOrAfterScenario(org.jbehave.core.annotations.ScenarioType type)List<org.jbehave.core.steps.BeforeOrAfterStep>listBeforeOrAfterStories()List<org.jbehave.core.steps.BeforeOrAfterStep>listBeforeOrAfterStory(boolean givenStory)List<org.jbehave.core.steps.StepCandidate>listCandidates()
-
-
-
Method Detail
-
listCandidates
public List<org.jbehave.core.steps.StepCandidate> listCandidates()
- Specified by:
listCandidatesin interfaceorg.jbehave.core.steps.CandidateSteps
-
listBeforeOrAfterStories
public List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterStories()
- Specified by:
listBeforeOrAfterStoriesin interfaceorg.jbehave.core.steps.CandidateSteps
-
listBeforeOrAfterStory
public List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterStory(boolean givenStory)
- Specified by:
listBeforeOrAfterStoryin interfaceorg.jbehave.core.steps.CandidateSteps
-
listBeforeOrAfterScenario
public List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterScenario(org.jbehave.core.annotations.ScenarioType type)
- Specified by:
listBeforeOrAfterScenarioin interfaceorg.jbehave.core.steps.CandidateSteps
-
configuration
public org.jbehave.core.configuration.Configuration configuration()
- Specified by:
configurationin interfaceorg.jbehave.core.steps.CandidateSteps
-
-