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
 java.util.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, java.util.List<Scenario> scenarios)
           
Story(Description description, Narrative narrative, java.lang.String path, java.util.List<Scenario> scenarios)
           
Story(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> StepCreator.createStepsFrom(java.util.List<CandidateSteps> candidateSteps, Scenario scenario, java.util.Map<java.lang.String,java.lang.String> tableRow)
           
 java.util.List<Step> MarkUnmatchedStepsAsPending.createStepsFrom(java.util.List<CandidateSteps> candidateSteps, Scenario scenario, java.util.Map<java.lang.String,java.lang.String> tableRow)
           
 



Copyright © 2003-2010. All Rights Reserved.