Méthode | Description | |
---|---|---|
MapToComment ( Gherkin.Ast comment ) : Comment | ||
MapToExample ( Gherkin.Ast examples ) : PicklesDoc.Pickles.ObjectModel.Example | ||
MapToFeature ( Gherkin.Ast gherkinDocument ) : Feature | ||
MapToKeyword ( string keyword ) : Keyword | ||
MapToLocation ( Gherkin.Ast location ) : Location | ||
MapToScenario ( Gherkin.Ast scenario ) : Scenario | ||
MapToScenarioOutline ( Gherkin.Ast scenarioOutline ) : ScenarioOutline | ||
MapToStep ( Gherkin.Ast step ) : Step | ||
MapToString ( Gherkin.Ast cell ) : string | ||
MapToTable ( Gherkin.Ast dataTable ) : PicklesDoc.Pickles.ObjectModel.Table | ||
MapToTable ( IEnumerable |
||
MapToTableRow ( Gherkin.Ast tableRow ) : TableRow | ||
Mapper ( IConfiguration configuration, string featureLanguage = LanguageServices.DefaultLanguage ) : System | ||
Mapper ( string featureLanguage = LanguageServices.DefaultLanguage ) : System |
Méthode | Description | |
---|---|---|
MapToFeatureElement ( Gherkin.Ast sd ) : IFeatureElement |
public MapToComment ( Gherkin.Ast comment ) : Comment | ||
comment | Gherkin.Ast | |
Résultat | Comment |
public MapToExample ( Gherkin.Ast examples ) : PicklesDoc.Pickles.ObjectModel.Example | ||
examples | Gherkin.Ast | |
Résultat | PicklesDoc.Pickles.ObjectModel.Example |
public MapToFeature ( Gherkin.Ast gherkinDocument ) : Feature | ||
gherkinDocument | Gherkin.Ast | |
Résultat | Feature |
public MapToKeyword ( string keyword ) : Keyword | ||
keyword | string | |
Résultat | Keyword |
public MapToLocation ( Gherkin.Ast location ) : Location | ||
location | Gherkin.Ast | |
Résultat | Location |
public MapToScenario ( Gherkin.Ast scenario ) : Scenario | ||
scenario | Gherkin.Ast | |
Résultat | Scenario |
public MapToScenarioOutline ( Gherkin.Ast scenarioOutline ) : ScenarioOutline | ||
scenarioOutline | Gherkin.Ast | |
Résultat | ScenarioOutline |
public MapToStep ( Gherkin.Ast step ) : Step | ||
step | Gherkin.Ast | |
Résultat | Step |
public MapToString ( Gherkin.Ast cell ) : string | ||
cell | Gherkin.Ast | |
Résultat | string |
public MapToTable ( Gherkin.Ast dataTable ) : PicklesDoc.Pickles.ObjectModel.Table | ||
dataTable | Gherkin.Ast | |
Résultat | PicklesDoc.Pickles.ObjectModel.Table |
public MapToTable ( IEnumerable |
||
tableRows | IEnumerable |
|
Résultat | PicklesDoc.Pickles.ObjectModel.Table |
public MapToTableRow ( Gherkin.Ast tableRow ) : TableRow | ||
tableRow | Gherkin.Ast | |
Résultat | TableRow |
public Mapper ( IConfiguration configuration, string featureLanguage = LanguageServices.DefaultLanguage ) : System | ||
configuration | IConfiguration | |
featureLanguage | string | |
Résultat | System |
public Mapper ( string featureLanguage = LanguageServices.DefaultLanguage ) : System | ||
featureLanguage | string | |
Résultat | System |