1 implementation of GetAttachments
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionAttachmentManager.cs (1)
136
public List<AttachmentSet>
GetAttachments
(DataCollectionContext dataCollectionContext)
2 references to GetAttachments
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectionManager.cs (2)
248
result = _attachmentManager.
GetAttachments
(endEvent.Context);
345
result = _attachmentManager.
GetAttachments
(testCaseEndEventArgs.Context);