Uses of Class
org.jbehave.core.model.Scenario

Packages that use Scenario
org.jbehave.core.model   
org.jbehave.core.reporters   
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
 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 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 Steps to execute for a scenario.
 List<Step> MarkUnmatchedStepsAsPending.collectScenarioSteps(List<CandidateSteps> candidateSteps, Scenario scenario, Map<String,String> parameters)
           
 



Copyright © 2003-2011. All Rights Reserved.