예제 #1
0
 public TableRowToJsonTableRowMapper()
 {
     this.testResultMapper = new TestResultToJsonTestResultMapper();
 }
예제 #2
0
 public ScenarioOutlineToJsonScenarioOutlineMapper()
 {
     this.resultMapper  = new TestResultToJsonTestResultMapper();
     this.stepMapper    = new StepToJsonStepMapper();
     this.exampleMapper = new ExampleToJsonExampleMapper();
 }
예제 #3
0
 public FeatureToJsonFeatureMapper()
 {
     this.scenarioMapper        = new ScenarioToJsonScenarioMapper();
     this.scenarioOutlineMapper = new ScenarioOutlineToJsonScenarioOutlineMapper();
     this.resultMapper          = new TestResultToJsonTestResultMapper();
 }
예제 #4
0
 public TableRowToJsonTableRowMapper()
 {
     this.testResultMapper = new TestResultToJsonTestResultMapper();
 }
예제 #5
0
 public ScenarioToJsonScenarioMapper()
 {
     this.resultMapper = new TestResultToJsonTestResultMapper();
     this.stepMapper = new StepToJsonStepMapper();
     this.exampleMapper = new ExampleToJsonExampleMapper();
 }
예제 #6
0
 public FeatureToJsonFeatureMapper()
 {
     this.scenarioMapper = new ScenarioToJsonScenarioMapper();
     this.scenarioOutlineMapper = new ScenarioOutlineToJsonScenarioOutlineMapper();
     this.resultMapper = new TestResultToJsonTestResultMapper();
 }