Exemple #1
0
 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();
 }
 public void OnTestRunEnd()
 {
     _executionEngine.OnTestRunEnd();
 }