org.jbehave.core.reporters
Class TemplateableOutput.OutputStory

java.lang.Object
  extended by org.jbehave.core.reporters.TemplateableOutput.OutputStory
Enclosing class:
TemplateableOutput

public static class TemplateableOutput.OutputStory
extends Object


Constructor Summary
TemplateableOutput.OutputStory()
           
 
Method Summary
 String getDescription()
           
 TemplateableOutput.OutputMeta getMeta()
           
 TemplateableOutput.OutputNarrative getNarrative()
           
 String getNotAllowedBy()
           
 String getPath()
           
 List<String> getPendingMethods()
           
 List<TemplateableOutput.OutputScenario> getScenarios()
           
 StoryDuration getStoryDuration()
           
 boolean isCancelled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateableOutput.OutputStory

public TemplateableOutput.OutputStory()
Method Detail

getDescription

public String getDescription()

getPath

public String getPath()

getMeta

public TemplateableOutput.OutputMeta getMeta()

getNarrative

public TemplateableOutput.OutputNarrative getNarrative()

getNotAllowedBy

public String getNotAllowedBy()

getPendingMethods

public List<String> getPendingMethods()

getScenarios

public List<TemplateableOutput.OutputScenario> getScenarios()

isCancelled

public boolean isCancelled()

getStoryDuration

public StoryDuration getStoryDuration()


Copyright © 2003-2012. All Rights Reserved.