org.jbehave.core.steps
Interface Step

All Known Implementing Classes:
IgnorableStep, PendingStep

public interface Step

A Step represents a runnable portion of a Scenario, which matches methods annotated in Steps class.


Method Summary
 StepResult doNotPerform()
           
 StepResult perform()
           
 

Method Detail

perform

StepResult perform()

doNotPerform

StepResult doNotPerform()


Copyright © 2003-2010. All Rights Reserved.