1 implementation of IDeploymentAwareTestRequestHandler
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
34public class TestRequestHandler : ITestRequestHandler, IDeploymentAwareTestRequestHandler
6 references to IDeploymentAwareTestRequestHandler
Microsoft.TestPlatform.CrossPlatEngine (3)
EventHandlers\TestRequestHandler.cs (3)
56string? IDeploymentAwareTestRequestHandler.LocalPath { get; set; } 57string? IDeploymentAwareTestRequestHandler.RemotePath { get; set; } 110if (this is IDeploymentAwareTestRequestHandler self)
testhost (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
93if (_requestHandler is IDeploymentAwareTestRequestHandler deployedHandler)
testhost.arm64 (1)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (1)
93if (_requestHandler is IDeploymentAwareTestRequestHandler deployedHandler)
testhost.x86 (1)
DefaultEngineInvoker.cs (1)
93if (_requestHandler is IDeploymentAwareTestRequestHandler deployedHandler)