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)
49
testRunRequest.
OnRunCompletion
+= TestRunCompletionHandler;
60
testRunRequest.
OnRunCompletion
-= TestRunCompletionHandler;
HandlerToEventsRegistrarAdapter.cs (2)
102
testRunRequest.
OnRunCompletion
+= _handleTestRunComplete;
110
testRunRequest.
OnRunCompletion
-= _handleTestRunComplete;
Processors\RunSpecificTestsArgumentProcessor.cs (2)
343
testRunRequest.
OnRunCompletion
+= TestRunRequest_OnRunCompletion;
348
testRunRequest.
OnRunCompletion
-= TestRunRequest_OnRunCompletion;
Processors\RunTestsArgumentProcessor.cs (2)
202
testRunRequest.
OnRunCompletion
+= TestRunRequest_OnRunCompletion;
207
testRunRequest.
OnRunCompletion
-= TestRunRequest_OnRunCompletion;
vstest.console.arm64 (8)
src\vstest\src\vstest.console\CommandLine\TestRunResultAggregator.cs (2)
49
testRunRequest.
OnRunCompletion
+= TestRunCompletionHandler;
60
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)
343
testRunRequest.
OnRunCompletion
+= TestRunRequest_OnRunCompletion;
348
testRunRequest.
OnRunCompletion
-= TestRunRequest_OnRunCompletion;
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (2)
202
testRunRequest.
OnRunCompletion
+= TestRunRequest_OnRunCompletion;
207
testRunRequest.
OnRunCompletion
-= TestRunRequest_OnRunCompletion;