|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScenarioType | |
---|---|
org.jbehave.core.annotations | |
org.jbehave.core.steps |
Uses of ScenarioType in org.jbehave.core.annotations |
---|
Methods in org.jbehave.core.annotations that return ScenarioType | |
---|---|
static ScenarioType |
ScenarioType.valueOf(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. |
Uses of ScenarioType in org.jbehave.core.steps |
---|
Methods in org.jbehave.core.steps with parameters of type ScenarioType | |
---|---|
List<Step> |
StepCollector.collectBeforeOrAfterScenarioSteps(List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type)
Collects all of the BeforeScenario or AfterScenario steps to execute. |
List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterScenarioSteps(List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type)
|
List<BeforeOrAfterStep> |
Steps.listBeforeOrAfterScenario(ScenarioType type)
|
List<BeforeOrAfterStep> |
CandidateSteps.listBeforeOrAfterScenario(ScenarioType type)
Returns the before or after scenario steps |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |