| Modifier and Type | Method and Description |
|---|---|
List<Argument> |
getDefinitionArgument()
Returns the arguments provided to the step definition.
|
String |
getPattern()
The pattern or expression used to match the glue code to the Gherkin step.
|
gherkin.pickles.PickleStep |
getPickleStep()
The matched Gherkin step as a compiled Pickle
|
List<gherkin.pickles.Argument> |
getStepArgument()
Returns arguments provided to the Gherkin step.
|
int |
getStepLine()
The line in the feature file defining this step.
|
String |
getStepLocation()
A uri to to the feature and line of this step.
|
String |
getStepText()
The full text of the Gherkin step.
|
getCodeLocation, getHookType, isHookString getPattern()
getPattern in interface TestStepgherkin.pickles.PickleStep getPickleStep()
getPickleStep in interface TestStepList<Argument> getDefinitionArgument()
Given (.*) pickles
when matched with Given 15 pickles will receive
as argument "15"getDefinitionArgument in interface TestStepList<gherkin.pickles.Argument> getStepArgument()
getStepArgument in interface TestStepint getStepLine()
getStepLine in interface TestStepString getStepLocation()
getStepLocation in interface TestStepString getStepText()
getStepText in interface TestStepCopyright © 2018. All rights reserved.