org.jbehave.core.steps
Interface Step

All Known Implementing Classes:
StepCreator.AbstractStep, StepCreator.FailureStep, StepCreator.IgnorableStep, StepCreator.ParameterisedStep, StepCreator.PendingStep, StepCreator.SuccessStep

public interface Step

A Step represents a runnable portion of a Scenario, which matches methods annotated in CandidateSteps instances.


Method Summary
 StepResult doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened)
           
 StepResult perform(UUIDExceptionWrapper storyFailureIfItHappened)
           
 

Method Detail

perform

StepResult perform(UUIDExceptionWrapper storyFailureIfItHappened)

doNotPerform

StepResult doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened)


Copyright © 2003-2012. All Rights Reserved.