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
String getPattern()
gherkin.pickles.PickleStep getPickleStep()
List<Argument> getDefinitionArgument()
Given (.*) pickles
when matched with Given 15 pickles
will receive
as argument "15"
List<gherkin.pickles.Argument> getStepArgument()
int getStepLine()
String getStepLocation()
String getStepText()
Copyright © 2018. All rights reserved.