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) |
toStringpublic List<Step> getComposedSteps()
getComposedSteps in interface StepgetComposedSteps in class StepCreator.AbstractSteppublic StepResult perform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened)
public StepResult doNotPerform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened)
Copyright © 2003–2019. All rights reserved.