Package io.cucumber.core.gherkin
Interface Step
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArgumentgetArgument()StringgetId()StringgetKeyWord()intgetLine()StringgetPreviousGivenWhenThenKeyWord()StringgetText()StepTypegetType()
-
-
-
Method Detail
-
getArgument
Argument getArgument()
- Specified by:
getArgumentin interfaceStep
-
getKeyWord
String getKeyWord()
- Specified by:
getKeyWordin interfaceStep
-
getType
StepType getType()
-
getPreviousGivenWhenThenKeyWord
String getPreviousGivenWhenThenKeyWord()
-
getId
String getId()
-
-