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

Packages that use Blurb
org.jbehave.scenario.definition   
org.jbehave.scenario.reporters   
 

Uses of Blurb in org.jbehave.scenario.definition
 

Fields in org.jbehave.scenario.definition declared as Blurb
static Blurb Blurb.EMPTY
           
 

Methods in org.jbehave.scenario.definition that return Blurb
 Blurb StoryDefinition.getBlurb()
           
 

Constructors in org.jbehave.scenario.definition with parameters of type Blurb
StoryDefinition(Blurb blurb, Narrative narrative, java.util.List<ScenarioDefinition> scenarioDefinitions)
           
StoryDefinition(Blurb blurb, Narrative narrative, java.lang.String path, java.util.List<ScenarioDefinition> scenarioDefinitions)
           
StoryDefinition(Blurb blurb, ScenarioDefinition... scenarioDefinitions)
           
 

Uses of Blurb in org.jbehave.scenario.reporters
 

Methods in org.jbehave.scenario.reporters with parameters of type Blurb
 void StepFailureScenarioReporterDecorator.beforeStory(Blurb blurb)
           
 void StatisticsScenarioReporter.beforeStory(Blurb blurb)
           
 void ScenarioReporter.beforeStory(Blurb blurb)
          Deprecated. Use beforeStory(StoryDefinition, boolean)
 void PrintStreamScenarioReporter.beforeStory(Blurb blurb)
           
 void PassSilentlyDecorator.beforeStory(Blurb blurb)
           
 void DelegatingScenarioReporter.beforeStory(Blurb blurb)
           
 



Copyright © 2003-2010. All Rights Reserved.