public ExcelScenarioFormatter(ExcelStepFormatter excelStepFormatter,
                               Configuration configuration,
                               ITestResults testResults)
 {
     this.excelStepFormatter = excelStepFormatter;
     this.configuration      = configuration;
     this.testResults        = testResults;
 }
Example #2
0
 public ExcelScenarioFormatter(ExcelStepFormatter excelStepFormatter, 
                               Configuration configuration, 
                               ITestResults testResults)
 {
     this.excelStepFormatter = excelStepFormatter;
     this.configuration = configuration;
     this.testResults = testResults;
 }