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

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
 List<Scenario> Story.getScenarios()
           
 

Constructors in org.jbehave.core.model with parameters of type Scenario
Story(Description description, Scenario... scenarios)
           
Story(Scenario... scenarios)
           
 

Constructor parameters in org.jbehave.core.model with type arguments of type Scenario
Story(Description description, Narrative narrative, List<Scenario> scenarios)
           
Story(Description description, Narrative narrative, String path, List<Scenario> scenarios)
           
Story(List<Scenario> scenarios)
           
 

Uses of Scenario in org.jbehave.core.steps
 

Methods in org.jbehave.core.steps with parameters of type Scenario
 Step[] UnmatchedToPendingStepCreator.createStepsFrom(Scenario scenario, Map<String,String> tableRow, CandidateSteps... candidateSteps)
           
 Step[] StepCreator.createStepsFrom(Scenario scenario, Map<String,String> tableRow, CandidateSteps... candidateSteps)
           
 



Copyright © 2003-2010. All Rights Reserved.