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 Detail

      • getStart

        int getStart()
      • getEnd

        int getEnd()