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