public class StepCreator.ParametrisedStep extends StepCreator.AbstractStep
Constructor and Description |
---|
ParametrisedStep(String stepAsString,
Method method,
String stepWithoutStartingWord,
Map<String,String> namedParameters,
List<Step> composedSteps) |
Modifier and Type | Method and Description |
---|---|
String |
asString(Keywords keywords) |
StepResult |
doNotPerform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
List<Step> |
getComposedSteps() |
StepResult |
perform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
toString
public List<Step> getComposedSteps()
getComposedSteps
in interface Step
getComposedSteps
in class StepCreator.AbstractStep
public StepResult perform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened)
public StepResult doNotPerform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened)
Copyright © 2003–2021. All rights reserved.