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