Class Feature

    • Method Detail

      • getLocation

        public Location getLocation()
        The location of the `Feature` keyword
      • getTags

        public List<Tag> getTags()
        All the tags placed above the `Feature` keyword
      • getLanguage

        public String getLanguage()
        The [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) language code of the Gherkin document
      • getKeyword

        public String getKeyword()
        The text of the `Feature` keyword (in the language specified by `language`)
      • getName

        public String getName()
        The name of the feature (the text following the `keyword`)
      • getDescription

        public String getDescription()
        The line(s) underneath the line with the `keyword` that are used as description
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object