Пример #1
0
 void Run(IExpectation expectation, IExampleReporter reporter)
 {
     expectation.Run();
     reporter.ReportExpectation(expectation);
 }
Пример #2
0
 void Run(IExpectation expectation, IExampleReporter reporter)
 {
     expectation.Run();
     reporter.ReportExpectation(expectation);
 }