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)
           
 Throwable getFailure()
           
 String parametrisedStep()
           
 StepResult withParameterValues(String parametrisedStep)
           
 

Method Detail

parametrisedStep

String parametrisedStep()

withParameterValues

StepResult withParameterValues(String parametrisedStep)

describeTo

void describeTo(StoryReporter reporter)

getFailure

Throwable getFailure()


Copyright © 2003-2010. All Rights Reserved.