org.jbehave.core.steps
Class StepCreator.PendingStep

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

public static class StepCreator.PendingStep
extends StepCreator.AbstractStep


Constructor Summary
StepCreator.PendingStep(String stepAsString, String previousNonAndStep)
           
 
Method Summary
 boolean annotated()
           
 void annotatedOn(Method method)
           
 StepResult doNotPerform()
           
 StepResult perform(UUIDExceptionWrapper storyFailureIfItHappened)
           
 String previousNonAndStepAsString()
           
 String stepAsString()
           
 
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.PendingStep

public StepCreator.PendingStep(String stepAsString,
                               String previousNonAndStep)
Method Detail

perform

public StepResult perform(UUIDExceptionWrapper storyFailureIfItHappened)

doNotPerform

public StepResult doNotPerform()

stepAsString

public String stepAsString()

previousNonAndStepAsString

public String previousNonAndStepAsString()

annotatedOn

public void annotatedOn(Method method)

annotated

public boolean annotated()


Copyright © 2003-2011. All Rights Reserved.