|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoryLoader | |
---|---|
org.jbehave.core | |
org.jbehave.core.parser |
Uses of StoryLoader in org.jbehave.core |
---|
Methods in org.jbehave.core that return StoryLoader | |
---|---|
StoryLoader |
StoryConfiguration.storyLoader()
|
Methods in org.jbehave.core with parameters of type StoryLoader | |
---|---|
StoryConfiguration |
StoryConfiguration.useStoryLoader(StoryLoader storyLoader)
|
Constructors in org.jbehave.core with parameters of type StoryLoader | |
---|---|
StoryConfiguration(Keywords keywords,
StepCreator stepCreator,
StoryParser storyParser,
StoryLoader storyLoader,
StoryPathResolver storyPathResolver,
ErrorStrategy errorStrategy,
StepdocReporter stepdocReporter,
StepdocGenerator stepdocGenerator,
StoryReporter storyReporter,
StoryReporterBuilder storyReporterBuilder,
PendingErrorStrategy pendingErrorStrategy)
Constructor that allows all dependencies to be injected |
Uses of StoryLoader in org.jbehave.core.parser |
---|
Classes in org.jbehave.core.parser that implement StoryLoader | |
---|---|
class |
LoadFromClasspath
Loads story content from classpath resources. |
class |
LoadFromRelativeFile
Loads the content from a place that is relative and predictable to the compiled scenario class. |
class |
LoadFromURL
Loads story content from URLs |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |