Пример #1
0
 public FeatureToJsonFeatureMapper()
 {
     this.scenarioMapper        = new ScenarioToJsonScenarioMapper();
     this.scenarioOutlineMapper = new ScenarioOutlineToJsonScenarioOutlineMapper();
     this.resultMapper          = new TestResultToJsonTestResultMapper();
 }
Пример #2
0
 public FeatureToJsonFeatureMapper()
 {
     this.scenarioMapper = new ScenarioToJsonScenarioMapper();
     this.scenarioOutlineMapper = new ScenarioOutlineToJsonScenarioOutlineMapper();
     this.resultMapper = new TestResultToJsonTestResultMapper();
 }