Esempio n. 1
0
 public FeatureToJsonFeatureMapper()
 {
     this.scenarioMapper        = new ScenarioToJsonScenarioMapper();
     this.scenarioOutlineMapper = new ScenarioOutlineToJsonScenarioOutlineMapper();
     this.resultMapper          = new TestResultToJsonTestResultMapper();
 }
Esempio n. 2
0
 public FeatureToJsonFeatureMapper()
 {
     this.scenarioMapper = new ScenarioToJsonScenarioMapper();
     this.scenarioOutlineMapper = new ScenarioOutlineToJsonScenarioOutlineMapper();
     this.resultMapper = new TestResultToJsonTestResultMapper();
 }