Package | Description |
---|---|
org.jbehave.core.configuration | |
org.jbehave.core.io |
Modifier and Type | Field and Description |
---|---|
protected StoryPathResolver |
Configuration.storyPathResolver
Resolves story paths from class names using underscored camel case with
".story" extension
|
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(String wordToRemove) |
Copyright © 2003–2016. All rights reserved.