|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StepdocGenerator | |
---|---|
org.jbehave.core | |
org.jbehave.core.steps |
Uses of StepdocGenerator in org.jbehave.core |
---|
Methods in org.jbehave.core that return StepdocGenerator | |
---|---|
StepdocGenerator |
UnmodifiableStoryConfiguration.stepdocGenerator()
|
StepdocGenerator |
StoryConfiguration.stepdocGenerator()
|
StepdocGenerator |
PropertyBasedStoryConfiguration.stepdocGenerator()
|
Methods in org.jbehave.core with parameters of type StepdocGenerator | |
---|---|
StoryConfiguration |
UnmodifiableStoryConfiguration.useStepdocGenerator(StepdocGenerator stepdocGenerator)
|
StoryConfiguration |
StoryConfiguration.useStepdocGenerator(StepdocGenerator stepdocGenerator)
|
Constructors in org.jbehave.core with parameters of type StepdocGenerator | |
---|---|
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 StepdocGenerator in org.jbehave.core.steps |
---|
Classes in org.jbehave.core.steps that implement StepdocGenerator | |
---|---|
class |
DefaultStepdocGenerator
Default implementation of StepdocGenerator, which collates stepdocs for methods annotated with Given , When and Then and their
aliases. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |