Uses of Interface
org.jbehave.core.io.StoryPathResolver
Packages that use StoryPathResolver
-
Uses of StoryPathResolver in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as StoryPathResolverModifier and TypeFieldDescriptionprotected StoryPathResolverConfiguration.storyPathResolverResolves story paths from class names using underscored camel case with ".story" extensionMethods in org.jbehave.core.configuration that return StoryPathResolverModifier and TypeMethodDescriptionConfiguration.storyPathResolver()UnmodifiableConfiguration.storyPathResolver()Methods in org.jbehave.core.configuration with parameters of type StoryPathResolverModifier and TypeMethodDescriptionConfiguration.useStoryPathResolver(StoryPathResolver storyPathResolver) UnmodifiableConfiguration.useStoryPathResolver(StoryPathResolver storyPathResolver) -
Uses of StoryPathResolver in org.jbehave.core.io
Classes in org.jbehave.core.io that implement StoryPathResolverModifier and TypeClassDescriptionclassclassResolves story paths while preserving the Java class case, e.g.: "org.jbehave.core.ICanLogin.java" -> "org/jbehave/core/ICanLogin.story".classResolves 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.story".Methods in org.jbehave.core.io that return StoryPathResolverModifier and TypeMethodDescriptionUnderscoredCamelCaseResolver.removeFromClassName(String wordToRemove)