Exemple #1
0
        public void OnScenarioEnd()
        {
            // No enqueueing
            // The test framework should ensure that we're called after the test completes
            testExecutionEngine.OnScenarioEnd();

            UnregisterAsyncTestExecutor();
        }
 public void OnScenarioEnd()
 {
     _executionEngine.OnScenarioEnd();
 }