Package io.cucumber.gherkin
Interface IGherkinDialectProvider
-
- All Known Implementing Classes:
GherkinDialectProvider
public interface IGherkinDialectProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GherkinDialectgetDefaultDialect()GherkinDialectgetDialect(String language, Location location)List<String>getLanguages()
-
-
-
Method Detail
-
getDefaultDialect
GherkinDialect getDefaultDialect()
-
getDialect
GherkinDialect getDialect(String language, Location location)
-
-