| 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.
|
Step |
getStep()
The matched Gherkin step
|
StepArgument |
getStepArgument()
Deprecated.
use
getStep() |
int |
getStepLine()
Deprecated.
use
getStep() |
String |
getStepText()
Deprecated.
use
#getStep() |
URI |
getUri()
A uri to to the feature of this step.
|
getCodeLocationString getPattern()
Step getStep()
List<Argument> getDefinitionArgument()
For example the step definition Given (.*) pickles
when matched with Given 15 pickles will receive
as argument "15".
@Deprecated StepArgument getStepArgument()
getStep()@Deprecated int getStepLine()
getStep()URI getUri()
@Deprecated String getStepText()
#getStep()Copyright © 2020. All rights reserved.