Interface Argument


@API(status=STABLE) public interface Argument
Represents an argument in a cucumber or regular expressions

The step definition I have {long} cukes in my belly when matched with I have 7 cukes in my belly will produce one argument with value "4", starting at 7 and ending at 8.

  • Method Details

    • getParameterTypeName

      String getParameterTypeName()
    • getValue

      String getValue()
    • getStart

      int getStart()
    • getEnd

      int getEnd()
    • getGroup

      Group getGroup()