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