org.jbehave.core.reporters
Class TemplateableOutput.OutputScenario
java.lang.Object
org.jbehave.core.reporters.TemplateableOutput.OutputScenario
- Enclosing class:
- TemplateableOutput
public static class TemplateableOutput.OutputScenario
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateableOutput.OutputScenario
public TemplateableOutput.OutputScenario()
getTitle
public String getTitle()
addStep
public void addStep(TemplateableOutput.OutputStep outputStep)
getSteps
public List<TemplateableOutput.OutputStep> getSteps()
getStepsByExample
public List<TemplateableOutput.OutputStep> getStepsByExample(Map<String,String> example)
getMeta
public TemplateableOutput.OutputMeta getMeta()
getGivenStories
public GivenStories getGivenStories()
getNotAllowedBy
public String getNotAllowedBy()
getExamplesSteps
public List<String> getExamplesSteps()
getExamplesTable
public ExamplesTable getExamplesTable()
getExamples
public List<Map<String,String>> getExamples()
Copyright © 2003-2012. All Rights Reserved.