Package | Description |
---|---|
org.jbehave.core.annotations | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
static AfterScenario.Outcome |
AfterScenario.Outcome.valueOf(java.lang.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 |
---|---|
Step |
StepCreator.createAfterStepUponOutcome(java.lang.reflect.Method method,
AfterScenario.Outcome outcome,
Meta storyAndScenarioMeta) |
Constructor and Description |
---|
BeforeOrAfterStep(StepCollector.Stage stage,
java.lang.reflect.Method method,
AfterScenario.Outcome outcome,
StepCreator stepCreator) |
Copyright © 2003-2014. All Rights Reserved.