|
||||||||||
| 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(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. |
| Uses of ScenarioType in org.jbehave.core.steps |
|---|
| Methods in org.jbehave.core.steps with parameters of type ScenarioType | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||