1 implementation of SendTestCaseEnd
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventSender.cs (1)
95public Collection<AttachmentSet>? SendTestCaseEnd(TestCaseEndEventArgs e)
1 reference to SendTestCaseEnd
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\ProxyOutOfProcDataCollectionManager.cs (1)
58var attachments = _dataCollectionTestCaseEventSender.SendTestCaseEnd(e);