1 implementation of IDataCollectorAttachmentsProcessorsFactory
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\DataCollectorAttachmentsProcessorsFactory.cs (1)
21internal class DataCollectorAttachmentsProcessorsFactory : IDataCollectorAttachmentsProcessorsFactory
2 references to IDataCollectorAttachmentsProcessorsFactory
Microsoft.TestPlatform.CrossPlatEngine (2)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (2)
33private readonly IDataCollectorAttachmentsProcessorsFactory _dataCollectorAttachmentsProcessorsFactory; 38public TestRunAttachmentsProcessingManager(ITestPlatformEventSource testPlatformEventSource, IDataCollectorAttachmentsProcessorsFactory dataCollectorAttachmentsProcessorsFactory)