|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoryLoader | |
---|---|
org.jbehave.core.configuration | |
org.jbehave.core.io |
Uses of StoryLoader in org.jbehave.core.configuration |
---|
Methods in org.jbehave.core.configuration that return StoryLoader | |
---|---|
StoryLoader |
UnmodifiableConfiguration.storyLoader()
|
StoryLoader |
Configuration.storyLoader()
|
Methods in org.jbehave.core.configuration with parameters of type StoryLoader | |
---|---|
Configuration |
UnmodifiableConfiguration.useStoryLoader(StoryLoader storyLoader)
|
Configuration |
Configuration.useStoryLoader(StoryLoader storyLoader)
|
Uses of StoryLoader in org.jbehave.core.io |
---|
Classes in org.jbehave.core.io that implement StoryLoader | |
---|---|
class |
LoadFromClasspath
Loads story content from classpath resources. |
class |
LoadFromRelativeFile
Defaults to working from classes compiled to Maven-style 'target/test-classes', with story source in 'src/test/java' LoadFromRelativeFile loader = new LoadFromRelativeFile(codeLocationFromClass(YourStory.class)); To work with something other than the default story locations, you will have to specify them in the varargs constructor. |
class |
LoadFromURL
Loads story content from URLs |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |