org.jbehave.core.steps
Class StepCreator.SuccessStep

java.lang.Object
  extended by org.jbehave.core.steps.StepCreator.AbstractStep
      extended by org.jbehave.core.steps.StepCreator.SuccessStep
All Implemented Interfaces:
Step
Enclosing class:
StepCreator

public class StepCreator.SuccessStep
extends StepCreator.AbstractStep


Constructor Summary
StepCreator.SuccessStep(Method method, Meta storyAndScenarioMeta)
           
 
Method Summary
 StepResult doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened)
           
 StepResult perform(UUIDExceptionWrapper storyFailureIfItHappened)
           
 
Methods inherited from class org.jbehave.core.steps.StepCreator.AbstractStep
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepCreator.SuccessStep

public StepCreator.SuccessStep(Method method,
                               Meta storyAndScenarioMeta)
Method Detail

doNotPerform

public StepResult doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened)

perform

public StepResult perform(UUIDExceptionWrapper storyFailureIfItHappened)


Copyright © 2003-2012. All Rights Reserved.