|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StepCreator | |
---|---|
org.jbehave.core | |
org.jbehave.core.steps |
Uses of StepCreator in org.jbehave.core |
---|
Methods in org.jbehave.core that return StepCreator | |
---|---|
StepCreator |
UnmodifiableStoryConfiguration.stepCreator()
|
StepCreator |
StoryConfiguration.stepCreator()
|
StepCreator |
PropertyBasedStoryConfiguration.stepCreator()
Returns the default StepCreator. |
Methods in org.jbehave.core with parameters of type StepCreator | |
---|---|
StoryConfiguration |
UnmodifiableStoryConfiguration.useStepCreator(StepCreator stepCreator)
|
StoryConfiguration |
StoryConfiguration.useStepCreator(StepCreator stepCreator)
|
Constructors in org.jbehave.core with parameters of type StepCreator | |
---|---|
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 StepCreator in org.jbehave.core.steps |
---|
Classes in org.jbehave.core.steps that implement StepCreator | |
---|---|
class |
MarkUnmatchedStepsAsPending
StepCreator that marks unmatched steps as StepResult.Pending |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |