@API(status=STABLE)
public interface Step
| Modifier and Type | Method and Description |
|---|---|
StepArgument |
getArgument()
Returns this Gherkin step argument.
|
String |
getKeyWord()
Returns this steps keyword.
|
int |
getLine()
Line in the source this step is located in.
|
String |
getText()
Returns this steps text.
|
StepArgument getArgument()
String getKeyWord()
String getText()
int getLine()
Copyright © 2020. All rights reserved.