메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
MapToFeatureElement ( Gherkin.Ast sd ) : IFeatureElement |
public MapToComment ( Gherkin.Ast comment ) : Comment | ||
comment | Gherkin.Ast | |
리턴 | Comment |
public MapToExample ( Gherkin.Ast examples ) : PicklesDoc.Pickles.ObjectModel.Example | ||
examples | Gherkin.Ast | |
리턴 | PicklesDoc.Pickles.ObjectModel.Example |
public MapToFeature ( Gherkin.Ast gherkinDocument ) : Feature | ||
gherkinDocument | Gherkin.Ast | |
리턴 | Feature |
public MapToLocation ( Gherkin.Ast location ) : Location | ||
location | Gherkin.Ast | |
리턴 | Location |
public MapToScenario ( Gherkin.Ast scenario ) : Scenario | ||
scenario | Gherkin.Ast | |
리턴 | Scenario |
public MapToScenarioOutline ( Gherkin.Ast scenarioOutline ) : ScenarioOutline | ||
scenarioOutline | Gherkin.Ast | |
리턴 | ScenarioOutline |
public MapToTable ( Gherkin.Ast dataTable ) : PicklesDoc.Pickles.ObjectModel.Table | ||
dataTable | Gherkin.Ast | |
리턴 | PicklesDoc.Pickles.ObjectModel.Table |
public MapToTable ( IEnumerable |
||
tableRows | IEnumerable |
|
리턴 | PicklesDoc.Pickles.ObjectModel.Table |
public MapToTableRow ( Gherkin.Ast tableRow ) : TableRow | ||
tableRow | Gherkin.Ast | |
리턴 | TableRow |
public Mapper ( IConfiguration configuration, string featureLanguage = LanguageServices.DefaultLanguage ) : System | ||
configuration | IConfiguration | |
featureLanguage | string | |
리턴 | System |
public Mapper ( string featureLanguage = LanguageServices.DefaultLanguage ) : System | ||
featureLanguage | string | |
리턴 | System |