public class PickleTestStep extends TestStep
definitionMatch| Constructor and Description |
|---|
PickleTestStep(String uri,
gherkin.pickles.PickleStep step,
cucumber.runtime.DefinitionMatch definitionMatch) |
| Modifier and Type | Method and Description |
|---|---|
HookType |
getHookType() |
gherkin.pickles.PickleStep |
getPickleStep() |
List<gherkin.pickles.Argument> |
getStepArgument() |
int |
getStepLine() |
String |
getStepLocation() |
String |
getStepText() |
boolean |
isHook() |
executeStep, getCodeLocation, getDefinitionArgument, getPattern, nonExceptionStatus, runpublic PickleTestStep(String uri, gherkin.pickles.PickleStep step, cucumber.runtime.DefinitionMatch definitionMatch)
public gherkin.pickles.PickleStep getPickleStep()
getPickleStep in class TestSteppublic String getStepLocation()
getStepLocation in class TestSteppublic int getStepLine()
getStepLine in class TestSteppublic String getStepText()
getStepText in class TestSteppublic List<gherkin.pickles.Argument> getStepArgument()
getStepArgument in class TestSteppublic HookType getHookType()
getHookType in class TestStepCopyright © 2018. All rights reserved.