コード例 #1
0
 public TestRunFluentInterface ReportSpecsTested(IReporter reporter)
 {
     reporter.ReportSpecsTested(Report.TestedSpecs);
     return this;
 }