コード例 #1
0
ファイル: Example.cs プロジェクト: shannoncornish/NSpec
 void Run(IExpectation expectation, IExampleReporter reporter)
 {
     expectation.Run();
     reporter.ReportExpectation(expectation);
 }
コード例 #2
0
ファイル: Example.cs プロジェクト: nspec/NSpec
 void Run(IExpectation expectation, IExampleReporter reporter)
 {
     expectation.Run();
     reporter.ReportExpectation(expectation);
 }