org.jbehave.core.embedder
Class Embedder.EnqueuedStory

java.lang.Object
  extended by 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>


Constructor Summary
Embedder.EnqueuedStory(String storyPath, Configuration configuration, List<CandidateSteps> candidateSteps, Story story, MetaFilter filter, EmbedderControls embedderControls, BatchFailures batchFailures, EmbedderMonitor embedderMonitor, StoryRunner storyRunner)
           
 
Method Summary
 Embedder.ThrowableStory call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Embedder.EnqueuedStory

public Embedder.EnqueuedStory(String storyPath,
                              Configuration configuration,
                              List<CandidateSteps> candidateSteps,
                              Story story,
                              MetaFilter filter,
                              EmbedderControls embedderControls,
                              BatchFailures batchFailures,
                              EmbedderMonitor embedderMonitor,
                              StoryRunner storyRunner)
Method Detail

call

public Embedder.ThrowableStory call()
                             throws Exception
Specified by:
call in interface Callable<Embedder.ThrowableStory>
Throws:
Exception


Copyright © 2003-2011. All Rights Reserved.