1 implementation of AfterTestRunEnd
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\ProxyDataCollectionManager.cs (1)
148
public 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!);
252
DataCollectionResult result = _dataCollectionManager.
AfterTestRunEnd
(
Client\ProxyExecutionManagerWithDataCollection.cs (1)
113
ProxyDataCollectionManager.
AfterTestRunEnd
(isCanceled: true, runEventsHandler: DataCollectionRunEventsHandler);
Client\ProxyOperationManagerWithDataCollection.cs (1)
76
ProxyDataCollectionManager.
AfterTestRunEnd
(
DataCollection\DataCollectionTestRunEventsHandler.cs (1)
98
var dataCollectionResult = _proxyDataCollectionManager?.
AfterTestRunEnd
(_cancellationToken.IsCancellationRequested, this);