Package | Description |
---|---|
org.jbehave.core.annotations | |
org.jbehave.core.embedder | |
org.jbehave.core.model | |
org.jbehave.core.reporters | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PerformableTree.PerformableSteps |
PerformableTree.RunContext.lifecycleSteps(Lifecycle lifecycle,
Meta meta,
StepCollector.Stage stage,
Scope scope)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Set<Scope> |
Lifecycle.getScopes() |
Modifier and Type | Method and Description |
---|---|
List<String> |
Lifecycle.getAfterSteps(Scope scope) |
List<String> |
Lifecycle.getAfterSteps(Scope scope,
AfterScenario.Outcome outcome) |
List<String> |
Lifecycle.getAfterSteps(Scope scope,
AfterScenario.Outcome outcome,
Meta meta) |
List<String> |
Lifecycle.getBeforeSteps(Scope scope) |
Constructor and Description |
---|
Steps(Scope scope,
AfterScenario.Outcome outcome,
List<String> steps) |
Steps(Scope scope,
AfterScenario.Outcome outcome,
String metaFilter,
List<String> steps) |
Steps(Scope scope,
List<String> steps) |
Modifier and Type | Method and Description |
---|---|
Set<Scope> |
TemplateableOutput.OutputLifecycle.getScopes() |
Modifier and Type | Method and Description |
---|---|
List<String> |
TemplateableOutput.OutputLifecycle.getAfterSteps(Scope scope) |
List<String> |
TemplateableOutput.OutputLifecycle.getAfterSteps(Scope scope,
AfterScenario.Outcome outcome) |
List<String> |
TemplateableOutput.OutputLifecycle.getBeforeSteps(Scope scope) |
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 |
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 |
Copyright © 2003–2021. All rights reserved.