Class GherkinDialect


  • public final class GherkinDialect
    extends Object
    • Method Detail

      • getFeatureKeywords

        public List<String> getFeatureKeywords()
      • getName

        public String getName()
      • getNativeName

        public String getNativeName()
      • getRuleKeywords

        public List<String> getRuleKeywords()
      • getScenarioKeywords

        public List<String> getScenarioKeywords()
      • getScenarioOutlineKeywords

        public List<String> getScenarioOutlineKeywords()
      • getStepKeywords

        public List<String> getStepKeywords()
      • getStepKeywordTypes

        public List<io.cucumber.messages.types.StepKeywordType> getStepKeywordTypes​(String keyword)
      • getBackgroundKeywords

        public List<String> getBackgroundKeywords()
      • getExamplesKeywords

        public List<String> getExamplesKeywords()
      • getGivenKeywords

        public List<String> getGivenKeywords()
      • getWhenKeywords

        public List<String> getWhenKeywords()
      • getThenKeywords

        public List<String> getThenKeywords()
      • getAndKeywords

        public List<String> getAndKeywords()
      • getButKeywords

        public List<String> getButKeywords()
      • getLanguage

        public String getLanguage()