Package | Description |
---|---|
org.jbehave.core.configuration | |
org.jbehave.core.io |
Modifier and Type | Method and Description |
---|---|
StoryPathResolver |
UnmodifiableConfiguration.storyPathResolver() |
StoryPathResolver |
Configuration.storyPathResolver() |
Modifier and Type | Method and Description |
---|---|
Configuration |
UnmodifiableConfiguration.useStoryPathResolver(StoryPathResolver storyPathResolver) |
Configuration |
Configuration.useStoryPathResolver(StoryPathResolver storyPathResolver) |
Modifier and Type | Class and Description |
---|---|
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".
|
Modifier and Type | Method and Description |
---|---|
StoryPathResolver |
UnderscoredCamelCaseResolver.removeFromClassName(java.lang.String wordToRemove) |
Copyright © 2003-2014. All Rights Reserved.