Uses of Class
org.jbehave.scenario.definition.ScenarioDefinition

Packages that use ScenarioDefinition
org.jbehave.scenario.definition   
org.jbehave.scenario.steps   
 

Uses of ScenarioDefinition in org.jbehave.scenario.definition
 

Methods in org.jbehave.scenario.definition that return types with arguments of type ScenarioDefinition
 java.util.List<ScenarioDefinition> StoryDefinition.getScenarios()
           
 

Constructors in org.jbehave.scenario.definition with parameters of type ScenarioDefinition
StoryDefinition(Blurb blurb, ScenarioDefinition... scenarioDefinitions)
           
StoryDefinition(ScenarioDefinition... scenarioDefinitions)
           
 

Constructor parameters in org.jbehave.scenario.definition with type arguments of type ScenarioDefinition
StoryDefinition(Blurb blurb, java.util.List<ScenarioDefinition> scenarioDefinitions)
           
StoryDefinition(java.util.List<ScenarioDefinition> scenarioDefinitions)
           
 

Uses of ScenarioDefinition in org.jbehave.scenario.steps
 

Methods in org.jbehave.scenario.steps with parameters of type ScenarioDefinition
 Step[] UnmatchedToPendingStepCreator.createStepsFrom(ScenarioDefinition scenario, CandidateSteps... candidateSteps)
           
 Step[] StepCreator.createStepsFrom(ScenarioDefinition scenarioDefinition, CandidateSteps... candidateSteps)
           
 



Copyright © 2003-2009. All Rights Reserved.