public class SerenityCandidateSteps
extends java.lang.Object
implements org.jbehave.core.steps.CandidateSteps
| Constructor and Description |
|---|
SerenityCandidateSteps(org.jbehave.core.steps.CandidateSteps candidateSteps) |
| Modifier and Type | Method and 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() |
public SerenityCandidateSteps(org.jbehave.core.steps.CandidateSteps candidateSteps)
public java.util.List<org.jbehave.core.steps.StepCandidate> listCandidates()
listCandidates in interface org.jbehave.core.steps.CandidateStepspublic java.util.List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterStories()
listBeforeOrAfterStories in interface org.jbehave.core.steps.CandidateStepspublic java.util.List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterStory(boolean givenStory)
listBeforeOrAfterStory in interface org.jbehave.core.steps.CandidateStepspublic java.util.List<org.jbehave.core.steps.BeforeOrAfterStep> listBeforeOrAfterScenario(org.jbehave.core.annotations.ScenarioType type)
listBeforeOrAfterScenario in interface org.jbehave.core.steps.CandidateStepspublic org.jbehave.core.configuration.Configuration configuration()
configuration in interface org.jbehave.core.steps.CandidateSteps