org.jbehave.core.embedder
Class StoryManager.StoryOutcome

java.lang.Object
  extended by org.jbehave.core.embedder.StoryManager.StoryOutcome
Enclosing class:
StoryManager

public static class StoryManager.StoryOutcome
extends Object


Constructor Summary
StoryManager.StoryOutcome(StoryManager.RunningStory story)
           
 
Method Summary
 String getPath()
           
 Boolean isDone()
           
 Boolean isFailed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoryManager.StoryOutcome

public StoryManager.StoryOutcome(StoryManager.RunningStory story)
Method Detail

getPath

public String getPath()

isDone

public Boolean isDone()

isFailed

public Boolean isFailed()


Copyright © 2003-2012. All Rights Reserved.