public ExcelScenarioOutlineFormatter(ExcelStepFormatter excelStepFormatter,
                                      ExcelTableFormatter excelTableFormatter,
                                      Configuration configuration, 
                                      ITestResults testResults)
 {
     this.excelStepFormatter = excelStepFormatter;
     this.excelTableFormatter = excelTableFormatter;
     this.configuration = configuration;
     this.testResults = testResults;
 }
Esempio n. 2
0
 public ExcelScenarioOutlineFormatter(ExcelStepFormatter excelStepFormatter,
                                      ExcelTableFormatter excelTableFormatter,
                                      Configuration configuration,
                                      ITestResults testResults)
 {
     this.excelStepFormatter  = excelStepFormatter;
     this.excelTableFormatter = excelTableFormatter;
     this.configuration       = configuration;
     this.testResults         = testResults;
 }
Esempio n. 3
0
 public ExcelStepFormatter(ExcelTableFormatter excelTableFormatter,
                           ExcelDocumentStringFormatter excelDocumentStringFormatter)
 {
     this.excelTableFormatter          = excelTableFormatter;
     this.excelDocumentStringFormatter = excelDocumentStringFormatter;
 }
Esempio n. 4
0
 public ExcelStepFormatter(ExcelTableFormatter excelTableFormatter,
                           ExcelDocumentStringFormatter excelDocumentStringFormatter)
 {
     this.excelTableFormatter = excelTableFormatter;
     this.excelDocumentStringFormatter = excelDocumentStringFormatter;
 }