2 implementations of LaunchTestHostAsync
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
167
public Task<bool>
LaunchTestHostAsync
(TestProcessStartInfo testHostStartInfo, CancellationToken cancellationToken)
Hosting\DotnetTestHostManager.cs (1)
223
public Task<bool>
LaunchTestHostAsync
(TestProcessStartInfo testHostStartInfo, CancellationToken cancellationToken)
1 reference to LaunchTestHostAsync
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyOperationManager.cs (1)
237
_testHostLaunched = TestHostManager.
LaunchTestHostAsync
(