1 implementation of OnRunCompletion
Microsoft.VisualStudio.TestPlatform.Client (1)
Execution\TestRunRequest.cs (1)
299
public event EventHandler<TestRunCompleteEventArgs>?
OnRunCompletion
;
16 references to OnRunCompletion
vstest.console (8)
CommandLine\TestRunResultAggregator.cs (2)
39
testRunRequest.
OnRunCompletion
+= TestRunCompletionHandler;
50
testRunRequest.
OnRunCompletion
-= TestRunCompletionHandler;
HandlerToEventsRegistrarAdapter.cs (2)
102
testRunRequest.
OnRunCompletion
+= _handleTestRunComplete;
110
testRunRequest.
OnRunCompletion
-= _handleTestRunComplete;
Processors\RunSpecificTestsArgumentProcessor.cs (2)
354
testRunRequest.
OnRunCompletion
+= TestRunRequest_OnRunCompletion;
359
testRunRequest.
OnRunCompletion
-= TestRunRequest_OnRunCompletion;
Processors\RunTestsArgumentProcessor.cs (2)
213
testRunRequest.
OnRunCompletion
+= TestRunRequest_OnRunCompletion;
218
testRunRequest.
OnRunCompletion
-= TestRunRequest_OnRunCompletion;
vstest.console.arm64 (8)
src\vstest\src\vstest.console\CommandLine\TestRunResultAggregator.cs (2)
39
testRunRequest.
OnRunCompletion
+= TestRunCompletionHandler;
50
testRunRequest.
OnRunCompletion
-= TestRunCompletionHandler;
src\vstest\src\vstest.console\HandlerToEventsRegistrarAdapter.cs (2)
102
testRunRequest.
OnRunCompletion
+= _handleTestRunComplete;
110
testRunRequest.
OnRunCompletion
-= _handleTestRunComplete;
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (2)
354
testRunRequest.
OnRunCompletion
+= TestRunRequest_OnRunCompletion;
359
testRunRequest.
OnRunCompletion
-= TestRunRequest_OnRunCompletion;
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (2)
213
testRunRequest.
OnRunCompletion
+= TestRunRequest_OnRunCompletion;
218
testRunRequest.
OnRunCompletion
-= TestRunRequest_OnRunCompletion;