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