Package org.jbehave.core.reporters
Class TemplateableOutput.OutputStep
- java.lang.Object
-
- org.jbehave.core.reporters.TemplateableOutput.OutputStep
-
- Direct Known Subclasses:
TemplateableOutput.OutputRestart
- Enclosing class:
- TemplateableOutput
public static class TemplateableOutput.OutputStep extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTemplateableOutput.OutputStep.StepFormattingFailed
-
Constructor Summary
Constructors Constructor Description OutputStep(String step, String outcome)
-
Method Summary
Modifier and Type Method Description ThrowablegetFailure()StringgetFailureCause()StringgetFormattedStep(String parameterPattern)StringgetFormattedStep(EscapeMode escapeMode, String parameterPattern)StringgetOutcome()OutcomesTablegetOutcomes()StringgetOutcomesFailureCause()List<TemplateableOutput.OutputParameter>getParameters()StringgetPendingMethod()StringgetStep()StringgetStepPattern()ExamplesTablegetTable()VerbatimgetVerbatim()
-
-
-
Method Detail
-
getStep
public String getStep()
-
getStepPattern
public String getStepPattern()
-
getParameters
public List<TemplateableOutput.OutputParameter> getParameters()
-
getOutcome
public String getOutcome()
-
getFailure
public Throwable getFailure()
-
getPendingMethod
public String getPendingMethod()
-
getFailureCause
public String getFailureCause()
-
getTable
public ExamplesTable getTable()
-
getVerbatim
public Verbatim getVerbatim()
-
getOutcomes
public OutcomesTable getOutcomes()
-
getOutcomesFailureCause
public String getOutcomesFailureCause()
-
getFormattedStep
public String getFormattedStep(EscapeMode escapeMode, String parameterPattern)
-
-