public class GherkinDialect extends Object
| Constructor and Description |
|---|
GherkinDialect(String language,
Map<String,List<String>> keywords) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBackgroundKeywords() |
List<String> |
getExamplesKeywords() |
List<String> |
getFeatureKeywords() |
String |
getLanguage() |
List<String> |
getScenarioKeywords() |
List<String> |
getScenarioOutlineKeywords() |
List<String> |
getStepKeywords() |
public String getLanguage()
Copyright © 2015. All rights reserved.