| Methods in org.jbehave.core.steps that return types with arguments of type Step |
java.util.List<Step> |
StepCollector.collectStepsFrom(java.util.List<CandidateSteps> candidateSteps,
Scenario scenario,
java.util.Map<java.lang.String,java.lang.String> tableRow)
|
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectStepsFrom(java.util.List<CandidateSteps> candidateSteps,
Scenario scenario,
java.util.Map<java.lang.String,java.lang.String> tableRow)
|
java.util.List<Step> |
StepCollector.collectStepsFrom(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
|
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectStepsFrom(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
|
java.util.List<Step> |
Steps.runAfterScenario()
|
java.util.List<Step> |
CandidateSteps.runAfterScenario()
Returns the steps to run after each scenario |
java.util.List<Step> |
Steps.runAfterStory(boolean givenStory)
|
java.util.List<Step> |
CandidateSteps.runAfterStory(boolean givenStory)
Returns the steps to run after each story, based on the given story
status |
java.util.List<Step> |
Steps.runBeforeScenario()
|
java.util.List<Step> |
CandidateSteps.runBeforeScenario()
Returns the steps to run before each scenario |
java.util.List<Step> |
Steps.runBeforeStory(boolean givenStory)
|
java.util.List<Step> |
CandidateSteps.runBeforeStory(boolean givenStory)
Returns the steps to run before each story, based on the given story
status |