Package org.jbehave.core.reporters
Class TemplateableOutput.OutputStory
- java.lang.Object
-
- org.jbehave.core.reporters.TemplateableOutput.OutputStory
-
- Enclosing class:
- TemplateableOutput
public static class TemplateableOutput.OutputStory extends Object
-
-
Constructor Summary
Constructors Constructor Description OutputStory()
-
Method Summary
Modifier and Type Method Description voidaddAfterStep(TemplateableOutput.OutputStep outputStep)voidaddBeforeStep(TemplateableOutput.OutputStep outputStep)List<TemplateableOutput.OutputStep>getAfterSteps()List<TemplateableOutput.OutputStep>getBeforeSteps()StringgetDescription()StringgetExcludedBy()TemplateableOutput.OutputLifecyclegetLifecycle()TemplateableOutput.OutputMetagetMeta()TemplateableOutput.OutputNarrativegetNarrative()StringgetPath()List<String>getPendingMethods()List<TemplateableOutput.OutputScenario>getScenarios()StoryDurationgetStoryDuration()booleanisCancelled()
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
getPath
public String getPath()
-
getMeta
public TemplateableOutput.OutputMeta getMeta()
-
getNarrative
public TemplateableOutput.OutputNarrative getNarrative()
-
getLifecycle
public TemplateableOutput.OutputLifecycle getLifecycle()
-
getExcludedBy
public String getExcludedBy()
-
addBeforeStep
public void addBeforeStep(TemplateableOutput.OutputStep outputStep)
-
addAfterStep
public void addAfterStep(TemplateableOutput.OutputStep outputStep)
-
getBeforeSteps
public List<TemplateableOutput.OutputStep> getBeforeSteps()
-
getAfterSteps
public List<TemplateableOutput.OutputStep> getAfterSteps()
-
getScenarios
public List<TemplateableOutput.OutputScenario> getScenarios()
-
isCancelled
public boolean isCancelled()
-
getStoryDuration
public StoryDuration getStoryDuration()
-
-