Uses of Class
org.jbehave.core.reporters.TemplateableOutput.OutputStep
-
Uses of TemplateableOutput.OutputStep in org.jbehave.core.reporters
Modifier and TypeMethodDescriptionTemplateableOutput.OutputStory.getAfterSteps()
TemplateableOutput.OutputStory.getBeforeSteps()
TemplateableOutput.OutputScenario.getSteps()
TemplateableOutput.OutputScenario.getStepsByExample
(Map<String, String> example) Modifier and TypeMethodDescriptionvoid
TemplateableOutput.OutputStory.addAfterStep
(TemplateableOutput.OutputStep outputStep) void
TemplateableOutput.OutputStory.addBeforeStep
(TemplateableOutput.OutputStep outputStep) void
TemplateableOutput.OutputScenario.addStep
(TemplateableOutput.OutputStep outputStep)