Package | Description |
---|---|
org.jbehave.core.embedder |
Modifier and Type | Method and Description |
---|---|
StoryRunner.State |
StoryRunner.State.run(Step step) |
StoryRunner.State |
StoryRunner.runBeforeOrAfterStories(Configuration configuration,
List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Run steps before or after a collection of stories.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StoryRunner.failed(StoryRunner.State state) |
Throwable |
StoryRunner.failure(StoryRunner.State state) |
void |
StoryRunner.run(Configuration configuration,
InjectableStepsFactory stepsFactory,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories)
Runs a Story with the given steps factory, applying the given meta
filter, and staring from given state.
|
void |
StoryRunner.run(Configuration configuration,
List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories)
Runs a Story with the given configuration and steps, applying the given
meta filter, and staring from given state.
|
Copyright © 2003–2015. All rights reserved.