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 Object


Nested Class Summary
static class TemplateableOutput.OutputStep.StepFormattingFailed
           
 
Constructor Summary
TemplateableOutput.OutputStep(String step, String outcome)
           
 
Method Summary
 Throwable getFailure()
           
 String getFailureCause()
           
 String getFormattedStep(String parameterPattern)
           
 String getOutcome()
           
 OutcomesTable getOutcomes()
           
 String getOutcomesFailureCause()
           
 List<TemplateableOutput.OutputParameter> getParameters()
           
 String getStep()
           
 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(String step,
                                     String outcome)
Method Detail

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.