Package | Description |
---|---|
org.jbehave.core.embedder |
Modifier and Type | Field and Description |
---|---|
static MetaFilter |
MetaFilter.EMPTY |
Modifier and Type | Method and Description |
---|---|
MetaFilter |
Embedder.metaFilter() |
Modifier and Type | Method and Description |
---|---|
void |
StoryMapper.map(Story story,
MetaFilter metaFilter)
Maps a story if it is allowed by the meta filter
|
void |
PrintStreamEmbedderMonitor.metaNotAllowed(Meta meta,
MetaFilter filter) |
void |
NullEmbedderMonitor.metaNotAllowed(Meta meta,
MetaFilter filter) |
void |
EmbedderMonitorDecorator.metaNotAllowed(Meta meta,
MetaFilter filter) |
void |
EmbedderMonitor.metaNotAllowed(Meta meta,
MetaFilter filter) |
java.util.List<Story> |
StoryManager.notAllowedBy(MetaFilter filter) |
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,
java.util.List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter)
Runs a Story with the given configuration and steps, applying the given
meta filter.
|
void |
StoryRunner.run(Configuration configuration,
java.util.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.
|
java.util.Map<java.lang.String,StoryManager.RunningStory> |
StoryManager.runningStories(java.util.List<Story> stories,
MetaFilter filter,
StoryRunner.State beforeStories) |
java.util.Map<java.lang.String,StoryManager.RunningStory> |
StoryManager.runningStoriesAsPaths(java.util.List<java.lang.String> storyPaths,
MetaFilter filter,
StoryRunner.State beforeStories) |
StoryManager.RunningStory |
StoryManager.runningStory(java.lang.String storyPath,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories) |
void |
StoryManager.runStories(java.util.List<java.lang.String> storyPaths,
MetaFilter filter,
BatchFailures failures) |
void |
NullEmbedderMonitor.storiesNotAllowed(java.util.List<Story> notAllowed,
MetaFilter filter) |
void |
EmbedderMonitorDecorator.storiesNotAllowed(java.util.List<Story> notAllowed,
MetaFilter filter) |
void |
EmbedderMonitor.storiesNotAllowed(java.util.List<Story> notAllowed,
MetaFilter filter)
Deprecated.
Use #storiesNotAllowed(List
|
void |
PrintStreamEmbedderMonitor.storiesNotAllowed(java.util.List<Story> stories,
MetaFilter filter,
boolean verbose) |
void |
NullEmbedderMonitor.storiesNotAllowed(java.util.List<Story> notAllowed,
MetaFilter filter,
boolean verbose) |
void |
EmbedderMonitorDecorator.storiesNotAllowed(java.util.List<Story> stories,
MetaFilter filter,
boolean verbose) |
void |
EmbedderMonitor.storiesNotAllowed(java.util.List<Story> notAllowed,
MetaFilter filter,
boolean verbose) |
Constructor and Description |
---|
FilteredStory(MetaFilter filter,
Story story,
StoryControls storyControls) |
FilteredStory(MetaFilter filter,
Story story,
StoryControls storyControls,
boolean givenStory) |
Copyright © 2003-2014. All Rights Reserved.