Class PickleStep


  • public class PickleStep
    extends Object
    * An executable step
    • Constructor Detail

      • PickleStep

        public PickleStep()
        No args constructor for use in serialization
    • Method Detail

      • setArgument

        public void setArgument​(PickleStepArgument argument)
        An optional argument
      • getAstNodeIds

        public List<String> getAstNodeIds()
        References the IDs of the source of the step. For Gherkin, this can be the ID of a Step, and possibly also the ID of a TableRow (Required)
      • setAstNodeIds

        public void setAstNodeIds​(List<String> astNodeIds)
        References the IDs of the source of the step. For Gherkin, this can be the ID of a Step, and possibly also the ID of a TableRow (Required)
      • getId

        public String getId()
        A unique ID for the PickleStep (Required)
      • setId

        public void setId​(String id)
        A unique ID for the PickleStep (Required)
      • getText

        public String getText()
        (Required)
      • setText

        public void setText​(String text)
        (Required)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object