1 implementation of SendTestRunStatistics
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
193
public void
SendTestRunStatistics
(TestRunChangedEventArgs? testRunChangedArgs)
1 reference to SendTestRunStatistics
Microsoft.TestPlatform.CommunicationUtilities (1)
EventHandlers\TestRunEventsHandler.cs (1)
38
_requestHandler.
SendTestRunStatistics
(testRunChangedArgs);