コード例 #1
0
 public ExcelScenarioOutlineFormatter(ExcelStepFormatter excelStepFormatter,
                                      ExcelTableFormatter excelTableFormatter,
                                      Configuration configuration, 
                                      ITestResults testResults)
 {
     this.excelStepFormatter = excelStepFormatter;
     this.excelTableFormatter = excelTableFormatter;
     this.configuration = configuration;
     this.testResults = testResults;
 }
コード例 #2
0
 public ExcelScenarioOutlineFormatter(ExcelStepFormatter excelStepFormatter,
                                      ExcelTableFormatter excelTableFormatter,
                                      Configuration configuration,
                                      ITestResults testResults)
 {
     this.excelStepFormatter  = excelStepFormatter;
     this.excelTableFormatter = excelTableFormatter;
     this.configuration       = configuration;
     this.testResults         = testResults;
 }
コード例 #3
0
 public ExcelStepFormatter(ExcelTableFormatter excelTableFormatter,
                           ExcelDocumentStringFormatter excelDocumentStringFormatter)
 {
     this.excelTableFormatter          = excelTableFormatter;
     this.excelDocumentStringFormatter = excelDocumentStringFormatter;
 }
コード例 #4
0
ファイル: ExcelStepFormatter.cs プロジェクト: ppnrao/pickles
 public ExcelStepFormatter(ExcelTableFormatter excelTableFormatter,
                           ExcelDocumentStringFormatter excelDocumentStringFormatter)
 {
     this.excelTableFormatter = excelTableFormatter;
     this.excelDocumentStringFormatter = excelDocumentStringFormatter;
 }