public class GherkinDialect extends Object
| Constructor and Description |
|---|
GherkinDialect(String language,
com.eclipsesource.json.JsonObject keywords) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAndKeywords() |
List<String> |
getBackgroundKeywords() |
List<String> |
getButKeywords() |
List<String> |
getExamplesKeywords() |
List<String> |
getFeatureKeywords() |
List<String> |
getGivenKeywords() |
String |
getLanguage() |
String |
getName() |
String |
getNativeName() |
List<String> |
getRuleKeywords() |
List<String> |
getScenarioKeywords() |
List<String> |
getScenarioOutlineKeywords() |
List<String> |
getStepKeywords() |
List<String> |
getThenKeywords() |
List<String> |
getWhenKeywords() |
Copyright © 2020. All rights reserved.