Uses of Interface
org.jbehave.core.parser.StoryDefiner

Packages that use StoryDefiner
org.jbehave.core   
org.jbehave.core.parser   
 

Uses of StoryDefiner in org.jbehave.core
 

Methods in org.jbehave.core that return StoryDefiner
 StoryDefiner UnmodifiableStoryConfiguration.storyDefiner()
           
 StoryDefiner StoryConfiguration.storyDefiner()
           
 StoryDefiner PropertyBasedStoryConfiguration.storyDefiner()
          Returns the default StoryDefiner.
 

Methods in org.jbehave.core with parameters of type StoryDefiner
 void UnmodifiableStoryConfiguration.useStoryDefiner(StoryDefiner storyDefiner)
           
 void StoryConfiguration.useStoryDefiner(StoryDefiner storyDefiner)
           
 

Constructors in org.jbehave.core with parameters of type StoryDefiner
StoryConfiguration(KeyWords keywords, StepCreator stepCreator, StoryDefiner storyDefiner, StoryPathResolver storyPathResolver, ErrorStrategy errorStrategy, StepdocReporter stepdocReporter, StepdocGenerator stepdocGenerator, StoryReporter storyReporter, PendingErrorStrategy pendingErrorStrategy)
          Constructor that allows all dependencies to be injected
 

Uses of StoryDefiner in org.jbehave.core.parser
 

Classes in org.jbehave.core.parser that implement StoryDefiner
 class ClasspathStoryDefiner
          Defines stories by loading the content from classpath resources and passing it to the StoryParser.
 class URLStoryDefiner
          Defines stories by loading the content from URL resources and passing it to the StoryParser.
 



Copyright © 2003-2010. All Rights Reserved.