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 java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateableOutput.OutputStep
public TemplateableOutput.OutputStep(java.lang.String step,
java.lang.String outcome)
getStep
public java.lang.String getStep()
getStepPattern
public java.lang.String getStepPattern()
getParameters
public java.util.List<TemplateableOutput.OutputParameter> getParameters()
getOutcome
public java.lang.String getOutcome()
getFailure
public java.lang.Throwable getFailure()
getFailureCause
public java.lang.String getFailureCause()
getTable
public ExamplesTable getTable()
getOutcomes
public OutcomesTable getOutcomes()
getOutcomesFailureCause
public java.lang.String getOutcomesFailureCause()
getFormattedStep
public java.lang.String getFormattedStep(java.lang.String parameterPattern)
Copyright © 2003-2012. All Rights Reserved.