|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StoryPathResolver | |
|---|---|
| org.jbehave.core.configuration | |
| org.jbehave.core.io | |
| Uses of StoryPathResolver in org.jbehave.core.configuration |
|---|
| Methods in org.jbehave.core.configuration that return StoryPathResolver | |
|---|---|
StoryPathResolver |
UnmodifiableConfiguration.storyPathResolver()
|
StoryPathResolver |
Configuration.storyPathResolver()
|
| Methods in org.jbehave.core.configuration with parameters of type StoryPathResolver | |
|---|---|
Configuration |
UnmodifiableConfiguration.useStoryPathResolver(StoryPathResolver storyPathResolver)
|
Configuration |
Configuration.useStoryPathResolver(StoryPathResolver storyPathResolver)
|
| Uses of StoryPathResolver in org.jbehave.core.io |
|---|
| Classes in org.jbehave.core.io that implement StoryPathResolver | |
|---|---|
class |
AbstractStoryPathResolver
|
class |
CasePreservingResolver
Resolves story paths while preserving the Java class case, e.g.: "org.jbehave.core.ICanLogin.java" -> "org/jbehave/core/ICanLogin.story". |
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.story". |
| Methods in org.jbehave.core.io that return StoryPathResolver | |
|---|---|
StoryPathResolver |
UnderscoredCamelCaseResolver.removeFromClassName(String wordToRemove)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||