3 implementations of RecordAttachments
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\TestExecutionRecorder.cs (1)
149public void RecordAttachments(IList<AttachmentSet> attachments)
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
121public void RecordAttachments(IList<AttachmentSet> attachmentSets)
ExtensionDecorators\SerialTestRunDecoratorFrameworkHandle.cs (1)
31public void RecordAttachments(IList<AttachmentSet> attachmentSets)
2 references to RecordAttachments
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
122=> _frameworkHandle.RecordAttachments(attachmentSets);
ExtensionDecorators\SerialTestRunDecoratorFrameworkHandle.cs (1)
32=> _frameworkHandle.RecordAttachments(attachmentSets);