C# Class PicklesDoc.Pickles.CultureAwareDialectProvider

Inheritance: Gherkin.GherkinDialectProvider
Exibir arquivo Open project: picklesdoc/pickles Class Usage Examples

Public Methods

Method Description
CultureAwareDialectProvider ( string defaultLanguage = "en" ) : System.Collections.Generic
GetDialect ( string language, Gherkin.Ast.Location location ) : Gherkin.GherkinDialect

Protected Methods

Method Description
GetDialect ( string language, GherkinLanguageSetting>.Dictionary gherkinLanguageSettings, Gherkin.Ast.Location location ) : Gherkin.GherkinDialect

Private Methods

Method Description
StripCulture ( string language ) : string

Method Details

CultureAwareDialectProvider() public method

public CultureAwareDialectProvider ( string defaultLanguage = "en" ) : System.Collections.Generic
defaultLanguage string
return System.Collections.Generic

GetDialect() protected method

protected GetDialect ( string language, GherkinLanguageSetting>.Dictionary gherkinLanguageSettings, Gherkin.Ast.Location location ) : Gherkin.GherkinDialect
language string
gherkinLanguageSettings GherkinLanguageSetting>.Dictionary
location Gherkin.Ast.Location
return Gherkin.GherkinDialect

GetDialect() public method

public GetDialect ( string language, Gherkin.Ast.Location location ) : Gherkin.GherkinDialect
language string
location Gherkin.Ast.Location
return Gherkin.GherkinDialect