public static class TemplateableOutput.OutputStep extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TemplateableOutput.OutputStep.StepFormattingFailed |
Constructor and Description |
---|
OutputStep(String step,
String outcome) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getFailure() |
String |
getFailureCause() |
String |
getFormattedStep(EscapeMode outputFormat,
String parameterPattern) |
String |
getFormattedStep(String parameterPattern)
Deprecated.
|
String |
getOutcome() |
OutcomesTable |
getOutcomes() |
String |
getOutcomesFailureCause() |
List<TemplateableOutput.OutputParameter> |
getParameters() |
String |
getStep() |
String |
getStepPattern() |
ExamplesTable |
getTable() |
public String getStep()
public String getStepPattern()
public List<TemplateableOutput.OutputParameter> getParameters()
public String getOutcome()
public Throwable getFailure()
public String getFailureCause()
public ExamplesTable getTable()
public OutcomesTable getOutcomes()
public String getOutcomesFailureCause()
@Deprecated public String getFormattedStep(String parameterPattern)
public String getFormattedStep(EscapeMode outputFormat, String parameterPattern)
Copyright © 2003–2015. All rights reserved.