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

Packages that use Story
org.jbehave.core.embedder   
org.jbehave.core.model   
org.jbehave.core.parsers   
org.jbehave.core.reporters   
org.jbehave.core.steps   
 

Uses of Story in org.jbehave.core.embedder
 

Methods in org.jbehave.core.embedder that return Story
 Story Embedder.ThrowableStory.getStory()
           
 Story StoryRunner.storyOfPath(Configuration configuration, String storyPath)
          Returns the parsed story from the given path
 

Methods in org.jbehave.core.embedder with parameters of type Story
protected  Embedder.EnqueuedStory Embedder.enqueuedStory(EmbedderControls embedderControls, Configuration configuration, List<CandidateSteps> candidateSteps, BatchFailures batchFailures, MetaFilter filter, String storyPath, Story story)
           
 Future<Embedder.ThrowableStory> Embedder.enqueueStory(BatchFailures batchFailures, MetaFilter filter, List<Future<Embedder.ThrowableStory>> futures, String storyPath, Story story)
           
 void StoryMapper.map(Story story, MetaFilter metaFilter)
          Maps a story if it is allowed by the meta filter
 void StoryRunner.run(Configuration configuration, List<CandidateSteps> candidateSteps, Story story)
          Runs a Story with the given configuration and steps.
 void StoryRunner.run(Configuration configuration, List<CandidateSteps> candidateSteps, Story story, MetaFilter filter)
          Runs a Story with the given configuration and steps, applying the given meta filter.
 void PrintStreamEmbedderMonitor.storyTimeout(long durationInSecs, Story story)
           
 void EmbedderMonitorDecorator.storyTimeout(long durationInSecs, Story story)
           
 void EmbedderMonitor.storyTimeout(long durationInSecs, Story story)
           
 

Constructors in org.jbehave.core.embedder with parameters of type Story
Embedder.EnqueuedStory(String storyPath, Configuration configuration, List<CandidateSteps> candidateSteps, Story story, MetaFilter filter, EmbedderControls embedderControls, BatchFailures batchFailures, EmbedderMonitor embedderMonitor, StoryRunner storyRunner)
           
Embedder.ThrowableStory(Throwable throwable, Story story)
           
 

Uses of Story in org.jbehave.core.model
 

Methods in org.jbehave.core.model that return types with arguments of type Story
 List<Story> StoryMap.getStories()
           
 List<Story> StoryLanes.getStories()
           
 

Methods in org.jbehave.core.model with parameters of type Story
 boolean StoryLanes.inLane(String lane, Story story)
           
 

Constructor parameters in org.jbehave.core.model with type arguments of type Story
StoryMap(String metaFilter, Set<Story> stories)
           
 

Uses of Story in org.jbehave.core.parsers
 

Methods in org.jbehave.core.parsers that return Story
 Story StoryParser.parseStory(String storyAsText)
          Parses story from its textual representation
 Story RegexStoryParser.parseStory(String storyAsText)
           
 Story StoryParser.parseStory(String storyAsText, String storyPath)
          Parses story from its textual representation and (optional) story path
 Story RegexStoryParser.parseStory(String storyAsText, String storyPath)
           
 

Uses of Story in org.jbehave.core.reporters
 

Methods in org.jbehave.core.reporters with parameters of type Story
 void StoryReporter.beforeStory(Story story, boolean givenStory)
           
 void StepFailureDecorator.beforeStory(Story story, boolean givenStory)
           
 void SilentSuccessFilter.beforeStory(Story story, boolean givenStory)
           
 void PrintStreamOutput.beforeStory(Story story, boolean givenStory)
           
 void PostStoryStatisticsCollector.beforeStory(Story story, boolean givenStory)
           
 void NullStoryReporter.beforeStory(Story story, boolean givenStory)
           
 void DelegatingStoryReporter.beforeStory(Story story, boolean givenStory)
           
 void ConcurrentStoryReporter.beforeStory(Story story, boolean givenStory)
           
protected  CrossReference.XRefStory CrossReference.XRefRoot.createXRefStory(StoryReporterBuilder storyReporterBuilder, Story story, boolean passed)
          Override this is you want to add fields to the JSON.
protected  CrossReference.XRefStory CrossReference.XRefRoot.createXRefStory(StoryReporterBuilder storyReporterBuilder, Story story, boolean passed, CrossReference.XRefRoot root)
          Ensure that XRefStory is instantiated completely, before secondary methods are invoked (or overridden)
protected  Long CrossReference.XRefRoot.getTime(Map<String,Long> times, Story story)
           
protected  boolean CrossReference.XRefRoot.someScenarios(Story story, Set<String> stepsPerformed)
           
 void StoryReporter.storyNotAllowed(Story story, String filter)
           
 void StepFailureDecorator.storyNotAllowed(Story story, String filter)
           
 void SilentSuccessFilter.storyNotAllowed(Story story, String filter)
           
 void PrintStreamOutput.storyNotAllowed(Story story, String filter)
           
 void PostStoryStatisticsCollector.storyNotAllowed(Story story, String filter)
           
 void NullStoryReporter.storyNotAllowed(Story story, String filter)
           
 void DelegatingStoryReporter.storyNotAllowed(Story story, String filter)
           
 void ConcurrentStoryReporter.storyNotAllowed(Story story, String filter)
           
 

Constructors in org.jbehave.core.reporters with parameters of type Story
CrossReference.XRefStory(Story story, StoryReporterBuilder storyReporterBuilder, boolean passed)
           
 

Uses of Story in org.jbehave.core.steps
 

Methods in org.jbehave.core.steps with parameters of type Story
 List<Step> StepCollector.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps, Story story, StepCollector.Stage stage, boolean givenStory)
          Collects all of the BeforeStory or AfterStory steps to execute.
 List<Step> MarkUnmatchedStepsAsPending.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps, Story story, StepCollector.Stage stage, boolean givenStory)
           
 



Copyright © 2003-2011. All Rights Reserved.