org.jbehave.core.embedder
Class Embedder.EnqueuedStory
java.lang.Object
org.jbehave.core.embedder.Embedder.EnqueuedStory
- All Implemented Interfaces:
- java.util.concurrent.Callable<Embedder.ThrowableStory>
- Enclosing class:
- Embedder
public static class Embedder.EnqueuedStory
- extends java.lang.Object
- implements java.util.concurrent.Callable<Embedder.ThrowableStory>
|
Constructor Summary |
Embedder.EnqueuedStory(java.lang.String storyPath,
Configuration configuration,
InjectableStepsFactory stepsFactory,
Story story,
MetaFilter filter,
EmbedderControls embedderControls,
BatchFailures batchFailures,
EmbedderMonitor embedderMonitor,
StoryRunner storyRunner,
StoryRunner.State beforeStories)
|
Embedder.EnqueuedStory(java.lang.String storyPath,
Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter,
EmbedderControls embedderControls,
BatchFailures batchFailures,
EmbedderMonitor embedderMonitor,
StoryRunner storyRunner,
StoryRunner.State beforeStories)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Embedder.EnqueuedStory
public Embedder.EnqueuedStory(java.lang.String storyPath,
Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter,
EmbedderControls embedderControls,
BatchFailures batchFailures,
EmbedderMonitor embedderMonitor,
StoryRunner storyRunner,
StoryRunner.State beforeStories)
Embedder.EnqueuedStory
public Embedder.EnqueuedStory(java.lang.String storyPath,
Configuration configuration,
InjectableStepsFactory stepsFactory,
Story story,
MetaFilter filter,
EmbedderControls embedderControls,
BatchFailures batchFailures,
EmbedderMonitor embedderMonitor,
StoryRunner storyRunner,
StoryRunner.State beforeStories)
call
public Embedder.ThrowableStory call()
throws java.lang.Exception
- Specified by:
call in interface java.util.concurrent.Callable<Embedder.ThrowableStory>
- Throws:
java.lang.Exception
Copyright © 2003-2011. All Rights Reserved.