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