Package | Description |
---|---|
org.jbehave.core.annotations | |
org.jbehave.core.model | |
org.jbehave.core.reporters | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
static AfterScenario.Outcome |
AfterScenario.Outcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AfterScenario.Outcome[] |
AfterScenario.Outcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<AfterScenario.Outcome> |
Lifecycle.getOutcomes() |
Modifier and Type | Method and Description |
---|---|
List<String> |
Lifecycle.getAfterSteps(AfterScenario.Outcome outcome) |
List<String> |
Lifecycle.getAfterSteps(AfterScenario.Outcome outcome,
Meta meta) |
MetaFilter |
Lifecycle.getMetaFilter(AfterScenario.Outcome outcome) |
Constructor and Description |
---|
Steps(AfterScenario.Outcome outcome,
List<String> steps) |
Steps(AfterScenario.Outcome outcome,
String metaFilter,
List<String> steps) |
Modifier and Type | Method and Description |
---|---|
Set<AfterScenario.Outcome> |
TemplateableOutput.OutputLifecycle.getOutcomes() |
Modifier and Type | Method and Description |
---|---|
List<String> |
TemplateableOutput.OutputLifecycle.getAfterSteps(AfterScenario.Outcome outcome) |
List<String> |
TemplateableOutput.OutputLifecycle.getAfterSteps(AfterScenario.Outcome outcome,
Meta meta) |
MetaFilter |
TemplateableOutput.OutputLifecycle.getMetaFilter(AfterScenario.Outcome outcome) |
Modifier and Type | Method and Description |
---|---|
Step |
StepCreator.createAfterStepUponOutcome(Method method,
AfterScenario.Outcome outcome,
Meta storyAndScenarioMeta) |
Step |
StepCandidate.createMatchedStepUponOutcome(String stepAsString,
Map<String,String> namedParameters,
AfterScenario.Outcome outcome) |
Step |
StepCreator.createParametrisedStepUponOutcome(Method method,
String stepAsString,
String stepWithoutStartingWord,
Map<String,String> namedParameters,
AfterScenario.Outcome outcome) |
Constructor and Description |
---|
BeforeOrAfterStep(StepCollector.Stage stage,
Method method,
AfterScenario.Outcome outcome,
StepCreator stepCreator) |
Copyright © 2003–2016. All rights reserved.