Package | Description |
---|---|
org.jbehave.core.embedder | |
org.jbehave.core.reporters | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
StepCollector.Stage |
BeforeOrAfterStep.getStage() |
static StepCollector.Stage |
StepCollector.Stage.valueOf(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 |
---|---|
Map<StepCollector.Stage,List<Step>> |
MarkUnmatchedStepsAsPending.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
Scope scope) |
Map<StepCollector.Stage,List<Step>> |
StepCollector.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
Scope scope)
Deprecated.
Use
StepCollector.collectLifecycleSteps(List, Lifecycle, Meta, Scope, StepMonitor)
Collects all lifecycle steps to execute per StepCollector.Stage of execution |
Map<StepCollector.Stage,List<Step>> |
MarkUnmatchedStepsAsPending.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
Scope scope,
StepMonitor stepMonitor) |
Map<StepCollector.Stage,List<Step>> |
StepCollector.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
Scope scope,
StepMonitor stepMonitor)
Collects all lifecycle steps to execute per
StepCollector.Stage of execution |
Modifier and Type | Method and Description |
---|---|
List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterScenarioSteps(List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type) |
List<Step> |
StepCollector.collectBeforeOrAfterScenarioSteps(List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type)
Collects all of the
BeforeScenario or AfterScenario steps to execute. |
List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps,
StepCollector.Stage stage) |
List<Step> |
StepCollector.collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Collects all of the
BeforeStories or AfterStories steps to execute. |
List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory) |
List<Step> |
StepCollector.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
Collects all of the
BeforeStory or AfterStory steps to execute. |
List<Step> |
MarkUnmatchedStepsAsPending.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage)
Deprecated.
|
List<Step> |
StepCollector.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage)
Deprecated.
Use
StepCollector.collectLifecycleSteps(List, Lifecycle, Meta, Scope, StepMonitor)
Collects all lifecycle steps to execute for default scope |
List<Step> |
MarkUnmatchedStepsAsPending.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
Scope scope)
Deprecated.
|
List<Step> |
StepCollector.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
Scope scope)
Deprecated.
Use
StepCollector.collectLifecycleSteps(List, Lifecycle, Meta, Scope, StepMonitor)
Collects all lifecycle steps to execute |
Constructor and Description |
---|
BeforeOrAfterStep(StepCollector.Stage stage,
Method method,
AfterScenario.Outcome outcome,
StepCreator stepCreator) |
BeforeOrAfterStep(StepCollector.Stage stage,
Method method,
StepCreator stepCreator) |
Copyright © 2003–2021. All rights reserved.