Package | Description |
---|---|
org.jbehave.core.embedder | |
org.jbehave.core.model | |
org.jbehave.core.reporters | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
Meta |
PerformableTree.AbstractPerformableScenario.getStoryAndScenarioMeta() |
Modifier and Type | Method and Description |
---|---|
boolean |
MetaFilter.allow(Meta meta) |
PerformableTree.PerformableSteps |
PerformableTree.RunContext.beforeOrAfterScenarioSteps(Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type) |
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.
|
boolean |
MetaFilter.MetaMatcher.match(Meta meta) |
boolean |
MetaFilter.DefaultMetaMatcher.match(Meta meta) |
boolean |
MetaFilter.GroovyMetaMatcher.match(Meta meta) |
void |
NullEmbedderMonitor.metaNotAllowed(Meta meta,
MetaFilter filter) |
void |
EmbedderMonitorDecorator.metaNotAllowed(Meta meta,
MetaFilter filter) |
void |
PrintingEmbedderMonitor.metaNotAllowed(Meta meta,
MetaFilter filter) |
void |
EmbedderMonitor.metaNotAllowed(Meta meta,
MetaFilter filter) |
void |
PerformableTree.AbstractPerformableScenario.setStoryAndScenarioMeta(Meta storyAndScenarioMeta) |
Modifier and Type | Field and Description |
---|---|
static Meta |
Meta.EMPTY |
Modifier and Type | Method and Description |
---|---|
Meta |
Story.asMeta(String prefix) |
Meta |
Scenario.asMeta(String prefix) |
static Meta |
Meta.createMeta(String meta,
Keywords keywords) |
Meta |
Story.getMeta() |
Meta |
Scenario.getMeta() |
Meta |
Meta.inheritFrom(Meta meta) |
Modifier and Type | Method and Description |
---|---|
List<String> |
Lifecycle.getAfterSteps(AfterScenario.Outcome outcome,
Meta meta) |
List<String> |
Lifecycle.getAfterSteps(Scope scope,
AfterScenario.Outcome outcome,
Meta meta) |
Meta |
Meta.inheritFrom(Meta meta) |
Constructor and Description |
---|
Scenario(String title,
Meta meta) |
Scenario(String title,
Meta meta,
GivenStories givenStories,
ExamplesTable examplesTable,
List<String> steps) |
Story(String path,
Description description,
Meta meta,
Narrative narrative,
GivenStories givenStories,
Lifecycle lifecycle,
List<Scenario> scenarios) |
Story(String path,
Description description,
Meta meta,
Narrative narrative,
GivenStories givenStories,
List<Scenario> scenarios) |
Story(String path,
Description description,
Meta meta,
Narrative narrative,
List<Scenario> scenarios) |
Modifier and Type | Method and Description |
---|---|
List<String> |
TemplateableOutput.OutputLifecycle.getAfterSteps(AfterScenario.Outcome outcome,
Meta meta) |
void |
StoryReporter.scenarioMeta(Meta meta)
Deprecated.
|
void |
ConcurrentStoryReporter.scenarioMeta(Meta meta) |
void |
SilentSuccessFilter.scenarioMeta(Meta meta) |
void |
DelegatingStoryReporter.scenarioMeta(Meta meta) |
void |
NullStoryReporter.scenarioMeta(Meta meta) |
Constructor and Description |
---|
OutputMeta(Meta meta) |
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. |
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 |
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 |
Step |
StepCreator.createAfterStepUponOutcome(Method method,
AfterScenario.Outcome outcome,
Meta storyAndScenarioMeta) |
Step |
StepCreator.createBeforeOrAfterStep(Method method,
Meta meta) |
Step |
BeforeOrAfterStep.createStepUponOutcome(Meta storyAndScenarioMeta) |
Step |
BeforeOrAfterStep.createStepWith(Meta meta) |
Copyright © 2003–2021. All rights reserved.