1 implementation of AfterTestRunEnd
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\ProxyDataCollectionManager.cs (1)
148public DataCollectionResult AfterTestRunEnd(bool isCanceled, ITestMessageEventHandler? runEventsHandler)
5 references to AfterTestRunEnd
Microsoft.TestPlatform.CrossPlatEngine (5)
Client\MTP\MtpProxyExecutionManager.cs (2)
166_dataCollectionManager.AfterTestRunEnd(isCanceled: true, runEventsHandler: _dataCollectionEventsHandler!); 252DataCollectionResult result = _dataCollectionManager.AfterTestRunEnd(
Client\ProxyExecutionManagerWithDataCollection.cs (1)
113ProxyDataCollectionManager.AfterTestRunEnd(isCanceled: true, runEventsHandler: DataCollectionRunEventsHandler);
Client\ProxyOperationManagerWithDataCollection.cs (1)
76ProxyDataCollectionManager.AfterTestRunEnd(
DataCollection\DataCollectionTestRunEventsHandler.cs (1)
98var dataCollectionResult = _proxyDataCollectionManager?.AfterTestRunEnd(_cancellationToken.IsCancellationRequested, this);