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