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