org.jbehave.core.steps
Interface StepResult

All Known Implementing Classes:
AbstractStepResult, AbstractStepResult.Failed, AbstractStepResult.Ignorable, AbstractStepResult.NotPerformed, AbstractStepResult.Pending, AbstractStepResult.Skipped, AbstractStepResult.Successful

public interface StepResult


Method Summary
 void describeTo(StoryReporter reporter)
           
 java.lang.Throwable getFailure()
           
 java.lang.String parametrisedStep()
           
 StepResult withParameterValues(java.lang.String parametrisedStep)
           
 

Method Detail

parametrisedStep

java.lang.String parametrisedStep()

withParameterValues

StepResult withParameterValues(java.lang.String parametrisedStep)

describeTo

void describeTo(StoryReporter reporter)

getFailure

java.lang.Throwable getFailure()


Copyright © 2003-2010. All Rights Reserved.