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