public FeatureToJsonFeatureMapper() { this.scenarioMapper = new ScenarioToJsonScenarioMapper(); this.scenarioOutlineMapper = new ScenarioOutlineToJsonScenarioOutlineMapper(); this.resultMapper = new TestResultToJsonTestResultMapper(); }
public FeatureToJsonFeatureMapper(ILanguageServicesRegistry languageServicesRegistry) { this.scenarioMapper = new ScenarioToJsonScenarioMapper(); this.scenarioOutlineMapper = new ScenarioOutlineToJsonScenarioOutlineMapper(languageServicesRegistry); this.resultMapper = new TestResultToJsonTestResultMapper(); }