public static class UnitilsHtmlReporter.OutputScenario extends Object
| Constructor and Description |
|---|
UnitilsHtmlReporter.OutputScenario() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStep(UnitilsHtmlReporter.OutputStep outputStep)
Adds the outputstep to the steps (if there is no exampesTable) or to the current example steps.
|
List<Map<String,String>> |
getExamples()
getter examples.
|
List<String> |
getExamplesSteps()
getter examplesSteps.
|
org.jbehave.core.model.ExamplesTable |
getExamplesTable()
getter examplesTable.
|
org.jbehave.core.model.GivenStories |
getGivenStories()
getter givenStories.
|
UnitilsHtmlReporter.OutputMeta |
getMeta()
getter meta
|
String |
getNotAllowedBy()
getter notAllowedBy.
|
String |
getOutcome()
create outcome
|
List<UnitilsHtmlReporter.OutputStep> |
getSteps()
getter steps
|
List<UnitilsHtmlReporter.OutputStep> |
getStepsByExample(Map<String,String> example)
looks if there is already an
UnitilsHtmlReporter.OutputStep for this example. |
String |
getTitle()
getter title.
|
protected void |
setCurrentExample(Map<String,String> currentExample) |
protected void |
setExamplesTable(org.jbehave.core.model.ExamplesTable examplesTable) |
protected void |
setSteps(List<UnitilsHtmlReporter.OutputStep> steps) |
protected void |
setStepsByExample(Map<Map<String,String>,List<UnitilsHtmlReporter.OutputStep>> stepsByExample) |
public void addStep(UnitilsHtmlReporter.OutputStep outputStep)
outputStep - : the outputSteppublic List<UnitilsHtmlReporter.OutputStep> getSteps()
Listpublic List<UnitilsHtmlReporter.OutputStep> getStepsByExample(Map<String,String> example)
UnitilsHtmlReporter.OutputStep for this example. If there isn't an UnitilsHtmlReporter.OutputStep for this example than the
method will return an empty ArrayList.protected void setExamplesTable(org.jbehave.core.model.ExamplesTable examplesTable)
examplesTable - the examplesTable to setprotected void setCurrentExample(Map<String,String> currentExample)
currentExample - the currentExample to setprotected void setSteps(List<UnitilsHtmlReporter.OutputStep> steps)
steps - the steps to setprotected void setStepsByExample(Map<Map<String,String>,List<UnitilsHtmlReporter.OutputStep>> stepsByExample)
stepsByExample - the stepsByExample to setpublic UnitilsHtmlReporter.OutputMeta getMeta()
UnitilsHtmlReporter.OutputMetapublic org.jbehave.core.model.GivenStories getGivenStories()
GivenStoriespublic org.jbehave.core.model.ExamplesTable getExamplesTable()
ExamplesTableCopyright © 2015. All Rights Reserved.