C# Class PicklesDoc.Pickles.CultureAwareDialectProvider

Inheritance: Gherkin.GherkinDialectProvider
Afficher le fichier Open project: picklesdoc/pickles Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
StripCulture ( string language ) : string

Method Details

CultureAwareDialectProvider() public méthode

public CultureAwareDialectProvider ( string defaultLanguage = "en" ) : System.Collections.Generic
defaultLanguage string
Résultat System.Collections.Generic

GetDialect() protected méthode

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

GetDialect() public méthode

public GetDialect ( string language, Gherkin.Ast.Location location ) : Gherkin.GherkinDialect
language string
location Gherkin.Ast.Location
Résultat Gherkin.GherkinDialect