Exemple #1
0
 public TelluriumErrorReportScreenshotStorage(string screenshotDirectoryPath, ICIAdapter ciAdapter)
     : base(screenshotDirectoryPath)
 {
     this.ciAdapter = ciAdapter;
 }
Exemple #2
0
 public TelluriumErrorReportBuilder(string reportOutputDir, Action <string> writeOutput, ICIAdapter ciAdapter)
 {
     this.reportOutputDir = reportOutputDir;
     this.writeOutput     = writeOutput;
     this.ciAdapter       = ciAdapter;
 }