public static class StepCreator.PendingStep extends StepCreator.AbstractStep
Constructor and Description |
---|
PendingStep(String stepAsString,
String previousNonAndStep) |
Modifier and Type | Method and Description |
---|---|
boolean |
annotated() |
void |
annotatedOn(Method method) |
String |
asString(Keywords keywords) |
StepResult |
doNotPerform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
perform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
String |
previousNonAndStepAsString() |
String |
stepAsString() |
getComposedSteps, toString
public StepResult perform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened)
public StepResult doNotPerform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened)
public String stepAsString()
public String previousNonAndStepAsString()
public void annotatedOn(Method method)
public boolean annotated()
Copyright © 2003–2021. All rights reserved.