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