1 implementation of IDataCollectionTestCaseEventHandler
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventHandler.cs (1)
21internal class DataCollectionTestCaseEventHandler : IDataCollectionTestCaseEventHandler
2 references to IDataCollectionTestCaseEventHandler
Microsoft.TestPlatform.CommunicationUtilities (2)
DataCollectionRequestHandler.cs (2)
46private readonly IDataCollectionTestCaseEventHandler _dataCollectionTestCaseEventHandler; 86IDataCollectionTestCaseEventHandler dataCollectionTestCaseEventHandler,