Example #1
0
 public void Report(ScenarioReportingContext scenario)
 {
     ReportString += scenario.CreateReport();
 }
Example #2
0
 public void Report(ReportType reportType, ScenarioReportingContext reportingContext)
 {
     WriteCount++;
 }
Example #3
0
 public void Report(ReportType reportType, ScenarioReportingContext reportingContext)
 {
     ReportString += reportingContext.CreateReportWithStandardSpacing(0);
 }
Example #4
0
 public void Report(ScenarioReportingContext scenario)
 {
     WriteCount++;
 }