Package | Description |
---|---|
org.jbehave.core.annotations | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
static ScenarioType |
ScenarioType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScenarioType[] |
ScenarioType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Step> |
StepCollector.collectBeforeOrAfterScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type)
Collects all of the
BeforeScenario or AfterScenario steps to execute. |
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type) |
java.util.List<BeforeOrAfterStep> |
Steps.listBeforeOrAfterScenario(ScenarioType type) |
java.util.List<BeforeOrAfterStep> |
CandidateSteps.listBeforeOrAfterScenario(ScenarioType type)
Returns the before or after scenario steps
|
Copyright © 2003-2014. All Rights Reserved.