public static class TemplateableOutput.OutputScenario extends Object
Constructor and Description |
---|
OutputScenario() |
Modifier and Type | Method and Description |
---|---|
void |
addStep(TemplateableOutput.OutputStep outputStep) |
List<Map<String,String>> |
getExamples() |
List<String> |
getExamplesSteps() |
ExamplesTable |
getExamplesTable() |
GivenStories |
getGivenStories() |
TemplateableOutput.OutputMeta |
getMeta() |
String |
getNotAllowedBy() |
List<TemplateableOutput.OutputStep> |
getSteps() |
List<TemplateableOutput.OutputStep> |
getStepsByExample(Map<String,String> example) |
String |
getTitle() |
public String getTitle()
public void addStep(TemplateableOutput.OutputStep outputStep)
public List<TemplateableOutput.OutputStep> getSteps()
public List<TemplateableOutput.OutputStep> getStepsByExample(Map<String,String> example)
public TemplateableOutput.OutputMeta getMeta()
public GivenStories getGivenStories()
public String getNotAllowedBy()
public ExamplesTable getExamplesTable()
Copyright © 2003–2015. All rights reserved.