Package | Description |
---|---|
org.jbehave.core.embedder | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
StoryRunner.State |
StoryManager.runBeforeOrAfterStories(BatchFailures failures,
StepCollector.Stage stage) |
StoryRunner.State |
StoryRunner.runBeforeOrAfterStories(Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Run steps before or after a collection of stories.
|
Modifier and Type | Method and Description |
---|---|
StepCollector.Stage |
BeforeOrAfterStep.getStage() |
static StepCollector.Stage |
StepCollector.Stage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StepCollector.Stage[] |
StepCollector.Stage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Step> |
StepCollector.collectBeforeOrAfterScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type)
Collects all of the
BeforeScenario or AfterScenario steps to execute. |
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type) |
java.util.List<Step> |
StepCollector.collectBeforeOrAfterStoriesSteps(java.util.List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Collects all of the
BeforeStories or AfterStories steps to execute. |
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterStoriesSteps(java.util.List<CandidateSteps> candidateSteps,
StepCollector.Stage stage) |
java.util.List<Step> |
StepCollector.collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
Collects all of the
BeforeStory or AfterStory steps to execute. |
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory) |
java.util.List<Step> |
StepCollector.collectLifecycleSteps(java.util.List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage)
Collects all lifecycle steps to execute
|
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectLifecycleSteps(java.util.List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage) |
Constructor and Description |
---|
BeforeOrAfterStep(StepCollector.Stage stage,
java.lang.reflect.Method method,
AfterScenario.Outcome outcome,
StepCreator stepCreator) |
BeforeOrAfterStep(StepCollector.Stage stage,
java.lang.reflect.Method method,
StepCreator stepCreator) |
Copyright © 2003-2014. All Rights Reserved.