Ejemplo n.º 1
0
 public ScenarioOutlineToJsonScenarioOutlineMapper()
 {
     this.resultMapper  = new TestResultToJsonTestResultMapper();
     this.stepMapper    = new StepToJsonStepMapper();
     this.exampleMapper = new ExampleToJsonExampleMapper();
 }
Ejemplo n.º 2
0
 public ScenarioToJsonScenarioMapper()
 {
     this.resultMapper = new TestResultToJsonTestResultMapper();
     this.stepMapper = new StepToJsonStepMapper();
     this.exampleMapper = new ExampleToJsonExampleMapper();
 }