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

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

Uses of StoryPathResolver in org.jbehave.core
 

Methods in org.jbehave.core that return StoryPathResolver
 StoryPathResolver StoryConfiguration.storyPathResolver()
           
 

Methods in org.jbehave.core with parameters of type StoryPathResolver
 StoryConfiguration StoryConfiguration.useStoryPathResolver(StoryPathResolver storyPathResolver)
           
 

Constructors in org.jbehave.core with parameters of type StoryPathResolver
StoryConfiguration(Keywords keywords, StepCreator stepCreator, StoryParser storyParser, StoryLoader storyLoader, StoryPathResolver storyPathResolver, ErrorStrategy errorStrategy, StepdocReporter stepdocReporter, StepdocGenerator stepdocGenerator, StoryReporter storyReporter, StoryReporterBuilder storyReporterBuilder, PendingErrorStrategy pendingErrorStrategy)
          Constructor that allows all dependencies to be injected
 

Uses of StoryPathResolver in org.jbehave.core.parser
 

Classes in org.jbehave.core.parser that implement StoryPathResolver
 class AbstractStoryPathResolver
           
 class CasePreservingResolver
           Resolves story paths while preserving the Java story class case, e.g.: "org.jbehave.core.ICanLogin.java" -> "org/jbehave/core/ICanLogin".
 class UnderscoredCamelCaseResolver
           Resolves story paths converting the camel-cased Java core class to lower-case underscore-separated paths e.g.: "org.jbehave.core.ICanLogin.java" -> "org/jbehave/core/i_can_login".
 

Methods in org.jbehave.core.parser that return StoryPathResolver
 StoryPathResolver UnderscoredCamelCaseResolver.removeFromClassName(java.lang.String wordToRemove)
           
 



Copyright © 2003-2010. All Rights Reserved.