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