Package io.cucumber.plugin.event
Interface Argument
-
@API(status=STABLE) public interface ArgumentRepresents an argument in a cucumber or regular expressionsThe step definition
I have {long} cukes in my bellywhen matched withI have 7 cukes in my bellywill produce one argument with value"4", starting at7and ending at8.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEnd()intgetStart()StringgetValue()
-
-
-
Method Detail
-
getValue
String getValue()
-
getStart
int getStart()
-
getEnd
int getEnd()
-
-