| Methods in org.jbehave.core.embedder with parameters of type MetaFilter |
protected Embedder.EnqueuedStory |
Embedder.enqueuedStory(EmbedderControls embedderControls,
Configuration configuration,
List<CandidateSteps> candidateSteps,
BatchFailures batchFailures,
MetaFilter filter,
String storyPath,
Story story,
org.jbehave.core.embedder.StoryRunner.State beforeStories)
|
Future<Embedder.ThrowableStory> |
Embedder.enqueueStory(BatchFailures batchFailures,
MetaFilter filter,
List<Future<Embedder.ThrowableStory>> futures,
String storyPath,
Story story)
|
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 |
EmbedderMonitorDecorator.metaNotAllowed(Meta meta,
MetaFilter filter)
|
void |
EmbedderMonitor.metaNotAllowed(Meta meta,
MetaFilter filter)
|
void |
StoryRunner.run(Configuration configuration,
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,
List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter,
org.jbehave.core.embedder.StoryRunner.State beforeStories)
Runs a Story with the given configuration and steps, applying the given
meta filter, and staring from given state. |