Package org.jbehave.core.reporters
Class TemplateableOutput.OutputKeywords
- java.lang.Object
-
- org.jbehave.core.reporters.TemplateableOutput.OutputKeywords
-
- Enclosing class:
- TemplateableOutput
public static class TemplateableOutput.OutputKeywords extends Object
-
-
Constructor Summary
Constructors Constructor Description OutputKeywords(Keywords keywords)
-
Method Summary
Modifier and Type Method Description StringgetAfter()StringgetAnd()StringgetAsA()StringgetBefore()StringgetDryRun()StringgetDuration()StringgetExamplesTable()StringgetExamplesTableHeaderSeparator()StringgetExamplesTableIgnorableSeparator()StringgetExamplesTableRow()StringgetExamplesTableValueSeparator()StringgetFailed()StringgetGiven()StringgetGivenStories()StringgetIgnorable()StringgetInOrderTo()StringgetiWantTo()StringgetLifecycle()StringgetMeta()StringgetMetaFilter()StringgetMetaProperty()StringgetNarrative()StringgetNo()StringgetNotPerformed()StringgetOutcome()StringgetPending()StringgetScenario()StringgetScope()StringgetScopeScenario()StringgetScopeStory()StringgetSoThat()StringgetStoryCancelled()StringgetThen()StringgetWhen()StringgetYes()
-
-
-
Constructor Detail
-
OutputKeywords
public OutputKeywords(Keywords keywords)
-
-
Method Detail
-
getLifecycle
public String getLifecycle()
-
getScope
public String getScope()
-
getScopeScenario
public String getScopeScenario()
-
getScopeStory
public String getScopeStory()
-
getBefore
public String getBefore()
-
getAfter
public String getAfter()
-
getMeta
public String getMeta()
-
getMetaProperty
public String getMetaProperty()
-
getNarrative
public String getNarrative()
-
getInOrderTo
public String getInOrderTo()
-
getAsA
public String getAsA()
-
getiWantTo
public String getiWantTo()
-
getSoThat
public String getSoThat()
-
getScenario
public String getScenario()
-
getGivenStories
public String getGivenStories()
-
getExamplesTable
public String getExamplesTable()
-
getExamplesTableRow
public String getExamplesTableRow()
-
getExamplesTableHeaderSeparator
public String getExamplesTableHeaderSeparator()
-
getExamplesTableValueSeparator
public String getExamplesTableValueSeparator()
-
getExamplesTableIgnorableSeparator
public String getExamplesTableIgnorableSeparator()
-
getGiven
public String getGiven()
-
getWhen
public String getWhen()
-
getThen
public String getThen()
-
getAnd
public String getAnd()
-
getIgnorable
public String getIgnorable()
-
getPending
public String getPending()
-
getNotPerformed
public String getNotPerformed()
-
getFailed
public String getFailed()
-
getDryRun
public String getDryRun()
-
getStoryCancelled
public String getStoryCancelled()
-
getDuration
public String getDuration()
-
getOutcome
public String getOutcome()
-
getMetaFilter
public String getMetaFilter()
-
getYes
public String getYes()
-
getNo
public String getNo()
-
-