1 implementation of ICommunicationEndpointFactory
Microsoft.TestPlatform.CommunicationUtilities (1)
CommunicationEndpointFactory.cs (1)
12
public class CommunicationEndpointFactory :
ICommunicationEndpointFactory
3 references to ICommunicationEndpointFactory
Microsoft.TestPlatform.CrossPlatEngine (3)
EventHandlers\TestRequestHandler.cs (3)
38
private readonly
ICommunicationEndpointFactory
_communicationEndpointFactory;
65
ICommunicationEndpointFactory
communicationEndpointFactory,
85
protected TestRequestHandler(IDataSerializer dataSerializer,
ICommunicationEndpointFactory
communicationEndpointFactory)