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