1 implementation of TestCaseEnded
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionManager.cs (1)
328
public Collection<AttachmentSet>
TestCaseEnded
(TestCaseEndEventArgs testCaseEndEventArgs)
1 reference to TestCaseEnded
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventHandler.cs (1)
116
attachmentSets = _dataCollectionManager.
TestCaseEnded
(testCaseEndEventArgs);