org.jbehave.core.reporters
Class TemplateableOutput.OutputStep

java.lang.Object
  extended by org.jbehave.core.reporters.TemplateableOutput.OutputStep
Direct Known Subclasses:
TemplateableOutput.OutputRestart
Enclosing class:
TemplateableOutput

public static class TemplateableOutput.OutputStep
extends java.lang.Object


Nested Class Summary
static class TemplateableOutput.OutputStep.StepFormattingFailed
           
 
Constructor Summary
TemplateableOutput.OutputStep(java.lang.String step, java.lang.String outcome)
           
 
Method Summary
 java.lang.Throwable getFailure()
           
 java.lang.String getFailureCause()
           
 java.lang.String getFormattedStep(java.lang.String parameterPattern)
           
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateableOutput.OutputStep

public TemplateableOutput.OutputStep(java.lang.String step,
                                     java.lang.String outcome)
Method Detail

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.