Ejemplo n.º 1
0
 public void Pending()
 {
     _executionEngine.Pending();
 }
Ejemplo n.º 2
0
 public void Pending()
 {
     AsyncTestExecutor.EnqueueWithNewContext(() => testExecutionEngine.Pending());
 }