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