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 void
addAfterStep(TemplateableOutput.OutputStep outputStep)
void
addBeforeStep(TemplateableOutput.OutputStep outputStep)
List<TemplateableOutput.OutputStep>
getAfterSteps()
List<TemplateableOutput.OutputStep>
getBeforeSteps()
String
getDescription()
String
getExcludedBy()
TemplateableOutput.OutputLifecycle
getLifecycle()
TemplateableOutput.OutputMeta
getMeta()
TemplateableOutput.OutputNarrative
getNarrative()
String
getPath()
List<String>
getPendingMethods()
List<TemplateableOutput.OutputScenario>
getScenarios()
StoryDuration
getStoryDuration()
boolean
isCancelled()
-
-
-
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()
-
-