Exemplo n.º 1
0
 public void CollectScenarioErrors()
 {
     _executionEngine.OnAfterLastStep();
 }
Exemplo n.º 2
0
 public void CollectScenarioErrors()
 {
     // Make sure these commands run after all other steps
     AsyncTestExecutor.EnqueueCallback(() => testExecutionEngine.OnAfterLastStep());
     AsyncTestExecutor.EnqueueTestComplete();
 }