コード例 #1
0
ファイル: AsyncTestRunner.cs プロジェクト: yazide/SpecFlow
 public void OnTestRunEnd()
 {
     // No enqueueing
     // We're at the end of the async task list, so again, feels like a smell to try and enqueue something
     // And again, static method, so no context
     testExecutionEngine.OnTestRunEnd();
 }
コード例 #2
0
 public void OnTestRunEnd()
 {
     _executionEngine.OnTestRunEnd();
 }