Package | Description |
---|---|
org.jbehave.core.model | |
org.jbehave.core.reporters | |
org.jbehave.core.steps |
Modifier and Type | Field and Description |
---|---|
static Lifecycle |
Lifecycle.EMPTY |
Modifier and Type | Method and Description |
---|---|
Lifecycle |
Story.getLifecycle() |
Constructor and Description |
---|
Story(java.lang.String path,
Description description,
Meta meta,
Narrative narrative,
GivenStories givenStories,
Lifecycle lifecycle,
java.util.List<Scenario> scenarios) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateableOutput.lifecyle(Lifecycle lifecycle) |
void |
StoryReporter.lifecyle(Lifecycle lifecycle) |
void |
StepFailureDecorator.lifecyle(Lifecycle lifecycle) |
void |
SilentSuccessFilter.lifecyle(Lifecycle lifecycle) |
void |
PrintStreamOutput.lifecyle(Lifecycle lifecycle) |
void |
PostStoryStatisticsCollector.lifecyle(Lifecycle lifecycle) |
void |
NullStoryReporter.lifecyle(Lifecycle lifecycle) |
void |
DelegatingStoryReporter.lifecyle(Lifecycle lifecycle) |
void |
ConcurrentStoryReporter.lifecyle(Lifecycle aLifecycle) |
Constructor and Description |
---|
TemplateableOutput.OutputLifecycle(Lifecycle lifecycle) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2003-2014. All Rights Reserved.