| Package | Description |
|---|---|
| org.jbehave.core.embedder | |
| org.jbehave.core.model | |
| org.jbehave.core.reporters | |
| org.jbehave.core.steps |
| Modifier and Type | Method and Description |
|---|---|
PerformableTree.PerformableSteps |
PerformableTree.RunContext.lifecycleSteps(Lifecycle lifecycle,
Meta meta,
StepCollector.Stage stage)
Deprecated.
|
PerformableTree.PerformableSteps |
PerformableTree.RunContext.lifecycleSteps(Lifecycle lifecycle,
Meta meta,
StepCollector.Stage stage,
Scope scope)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static Lifecycle |
Lifecycle.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
Lifecycle |
Story.getLifecycle() |
| Constructor and Description |
|---|
Story(String path,
Description description,
Meta meta,
Narrative narrative,
GivenStories givenStories,
Lifecycle lifecycle,
List<Scenario> scenarios) |
| Modifier and Type | Method and Description |
|---|---|
void |
StoryReporter.lifecyle(Lifecycle lifecycle) |
void |
ConcurrentStoryReporter.lifecyle(Lifecycle aLifecycle) |
void |
TemplateableOutput.lifecyle(Lifecycle lifecycle) |
void |
PrintStreamOutput.lifecyle(Lifecycle lifecycle) |
void |
NullStoryReporter.lifecyle(Lifecycle lifecycle) |
void |
DelegatingStoryReporter.lifecyle(Lifecycle lifecycle) |
void |
SilentSuccessFilter.lifecyle(Lifecycle lifecycle) |
| Constructor and Description |
|---|
OutputLifecycle(Lifecycle lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
Map<StepCollector.Stage,List<Step>> |
StepCollector.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
Scope scope)
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) |
List<Step> |
StepCollector.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage)
Deprecated.
Use
StepCollector.collectLifecycleSteps(List, Lifecycle, Meta, Scope)
Collects all lifecycle steps to execute for default scope |
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,
Scope scope)
Deprecated.
Use
StepCollector.collectLifecycleSteps(List, Lifecycle, Meta, Scope)
Collects all lifecycle steps to execute |
List<Step> |
MarkUnmatchedStepsAsPending.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
Scope scope)
Deprecated.
|
Copyright © 2003–2019. All rights reserved.