|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scenario | |
---|---|
org.jbehave.core.embedder | |
org.jbehave.core.model | |
org.jbehave.core.reporters | |
org.jbehave.core.steps |
Uses of Scenario in org.jbehave.core.embedder |
---|
Methods in org.jbehave.core.embedder with parameters of type Scenario | |
---|---|
boolean |
FilteredStory.allowed(Scenario scenario)
|
Uses of Scenario in org.jbehave.core.model |
---|
Methods in org.jbehave.core.model that return types with arguments of type Scenario | |
---|---|
List<Scenario> |
Story.getScenarios()
|
Constructor parameters in org.jbehave.core.model with type arguments of type Scenario | |
---|---|
Story(Description description,
Narrative narrative,
List<Scenario> scenarios)
|
|
Story(List<Scenario> scenarios)
|
|
Story(String path,
Description description,
Meta meta,
Narrative narrative,
List<Scenario> scenarios)
|
|
Story(String path,
Description description,
Narrative narrative,
List<Scenario> scenarios)
|
Uses of Scenario in org.jbehave.core.reporters |
---|
Methods in org.jbehave.core.reporters with parameters of type Scenario | |
---|---|
void |
TemplateableOutput.scenarioNotAllowed(Scenario scenario,
String filter)
|
void |
StoryReporter.scenarioNotAllowed(Scenario scenario,
String filter)
|
void |
StepFailureDecorator.scenarioNotAllowed(Scenario scenario,
String filter)
|
void |
SilentSuccessFilter.scenarioNotAllowed(Scenario scenario,
String filter)
|
void |
PrintStreamOutput.scenarioNotAllowed(Scenario scenario,
String filter)
|
void |
PostStoryStatisticsCollector.scenarioNotAllowed(Scenario scenario,
String filter)
|
void |
NullStoryReporter.scenarioNotAllowed(Scenario scenario,
String filter)
|
void |
DelegatingStoryReporter.scenarioNotAllowed(Scenario scenario,
String filter)
|
void |
ConcurrentStoryReporter.scenarioNotAllowed(Scenario scenario,
String filter)
|
Uses of Scenario in org.jbehave.core.steps |
---|
Methods in org.jbehave.core.steps with parameters of type Scenario | |
---|---|
List<Step> |
StepCollector.collectScenarioSteps(List<CandidateSteps> candidateSteps,
Scenario scenario,
Map<String,String> parameters)
Collects all of the Step s to execute for a scenario. |
List<Step> |
MarkUnmatchedStepsAsPending.collectScenarioSteps(List<CandidateSteps> candidateSteps,
Scenario scenario,
Map<String,String> parameters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |