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