|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scenario | |
---|---|
org.jbehave.core.model | |
org.jbehave.core.steps |
Uses of Scenario in org.jbehave.core.model |
---|
Methods in org.jbehave.core.model that return types with arguments of type Scenario | |
---|---|
java.util.List<Scenario> |
Story.getScenarios()
|
Constructor parameters in org.jbehave.core.model with type arguments of type Scenario | |
---|---|
Story(Description description,
Narrative narrative,
java.util.List<Scenario> scenarios)
|
|
Story(java.util.List<Scenario> scenarios)
|
|
Story(java.lang.String path,
Description description,
Narrative narrative,
java.util.List<Scenario> scenarios)
|
Uses of Scenario in org.jbehave.core.steps |
---|
Methods in org.jbehave.core.steps with parameters of type Scenario | |
---|---|
java.util.List<Step> |
StepCollector.collectScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Scenario scenario,
java.util.Map<java.lang.String,java.lang.String> tableRow)
|
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Scenario scenario,
java.util.Map<java.lang.String,java.lang.String> tableRow)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |