Class StepDefinition


  • public class StepDefinition
    extends Object
    • Constructor Detail

      • StepDefinition

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

      • getId

        public String getId()
        (Required)
      • setId

        public void setId​(String id)
        (Required)
      • getSourceReference

        public SourceReference getSourceReference()
        * Points to a [Source](#io.cucumber.messages.Source) identified by `uri` and a [Location](#io.cucumber.messages.Location) within that file. (Required)
      • setSourceReference

        public void setSourceReference​(SourceReference sourceReference)
        * Points to a [Source](#io.cucumber.messages.Source) identified by `uri` and a [Location](#io.cucumber.messages.Location) within that file. (Required)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object