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 StoryManager.ThrowableStory.getStory()
           
 Story StoryManager.RunningStory.getStory()
           
 Story StoryRunner.storyOfPath(Configuration configuration, String storyPath)
          Returns the parsed story from the given path
 Story StoryManager.storyOfPath(String storyPath)
           
 Story StoryRunner.storyOfText(Configuration configuration, String storyAsText, String storyId)
          Returns the parsed story from the given text
 Story StoryManager.storyOfText(String storyAsText, String storyId)
           
 

Methods in org.jbehave.core.embedder that return types with arguments of type Story
 List<Story> StoryManager.notAllowedBy(MetaFilter filter)
           
 

Methods in org.jbehave.core.embedder with parameters of type Story
 void StoryRunner.cancelStory(Story story, StoryDuration storyDuration)
          Cancels story execution following a timeout
 void StoryMapper.map(Story story, MetaFilter metaFilter)
          Maps a story if it is allowed by the meta filter
 void StoryRunner.run(Configuration configuration, InjectableStepsFactory stepsFactory, Story story, MetaFilter filter, StoryRunner.State beforeStories)
          Runs a Story with the given steps factory, applying the given meta filter, and staring from given state.
 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 StoryRunner.run(Configuration configuration, List<CandidateSteps> candidateSteps, Story story, MetaFilter filter, StoryRunner.State beforeStories)
          Runs a Story with the given configuration and steps, applying the given meta filter, and staring from given state.
 StoryManager.RunningStory StoryManager.runningStory(String storyPath, Story story, MetaFilter filter, StoryRunner.State beforeStories)
           
 void PrintStreamEmbedderMonitor.storyTimeout(Story story, StoryDuration storyDuration)
           
 void NullEmbedderMonitor.storyTimeout(Story story, StoryDuration storyDuration)
           
 void EmbedderMonitorDecorator.storyTimeout(Story story, StoryDuration storyDuration)
           
 void EmbedderMonitor.storyTimeout(Story story, StoryDuration storyDuration)
           
 

Method parameters in org.jbehave.core.embedder with type arguments of type Story
 Map<String,StoryManager.RunningStory> StoryManager.runningStories(List<Story> stories, MetaFilter filter, StoryRunner.State beforeStories)
           
 void NullEmbedderMonitor.storiesNotAllowed(List<Story> notAllowed, MetaFilter filter)
           
 void EmbedderMonitorDecorator.storiesNotAllowed(List<Story> notAllowed, MetaFilter filter)
           
 void EmbedderMonitor.storiesNotAllowed(List<Story> notAllowed, MetaFilter filter)
          Deprecated. Use #storiesNotAllowed(List, MetaFilter, boolean)
 void PrintStreamEmbedderMonitor.storiesNotAllowed(List<Story> stories, MetaFilter filter, boolean verbose)
           
 void NullEmbedderMonitor.storiesNotAllowed(List<Story> notAllowed, MetaFilter filter, boolean verbose)
           
 void EmbedderMonitorDecorator.storiesNotAllowed(List<Story> stories, MetaFilter filter, boolean verbose)
           
 void EmbedderMonitor.storiesNotAllowed(List<Story> notAllowed, MetaFilter filter, boolean verbose)
           
 

Constructors in org.jbehave.core.embedder with parameters of type Story
FilteredStory(MetaFilter filter, Story story, StoryControls storyControls)
           
StoryManager.RunningStory(Story story, Future<StoryManager.ThrowableStory> future)
           
StoryManager.ThrowableStory(Story story, Throwable throwable)
           
 

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 TemplateableOutput.beforeStory(Story story, boolean givenStory)
           
 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 TemplateableOutput.storyCancelled(Story story, StoryDuration storyDuration)
           
 void StoryReporter.storyCancelled(Story story, StoryDuration storyDuration)
           
 void StepFailureDecorator.storyCancelled(Story story, StoryDuration storyDuration)
           
 void SilentSuccessFilter.storyCancelled(Story story, StoryDuration storyDuration)
           
 void PrintStreamOutput.storyCancelled(Story story, StoryDuration storyDuration)
           
 void PostStoryStatisticsCollector.storyCancelled(Story story, StoryDuration storyDuration)
           
 void NullStoryReporter.storyCancelled(Story story, StoryDuration storyDuration)
           
 void DelegatingStoryReporter.storyCancelled(Story story, StoryDuration storyDuration)
           
 void ConcurrentStoryReporter.storyCancelled(Story story, StoryDuration storyDuration)
           
 void TemplateableOutput.storyNotAllowed(Story story, String filter)
           
 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-2012. All Rights Reserved.