3 implementations of LaunchTestHostAsync
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DefaultTestHostManager.cs (1)
162
public Task<bool>
LaunchTestHostAsync
(TestProcessStartInfo testHostStartInfo, CancellationToken cancellationToken)
Hosting\DotnetTestHostManager.cs (1)
223
public Task<bool>
LaunchTestHostAsync
(TestProcessStartInfo testHostStartInfo, CancellationToken cancellationToken)
Hosting\MtpTestRuntimeProvider.cs (1)
89
Task<bool> ITestRuntimeProvider.
LaunchTestHostAsync
(TestProcessStartInfo testHostStartInfo, CancellationToken cancellationToken) => throw new NotSupportedException(NotSupportedMessage);
1 reference to LaunchTestHostAsync
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyOperationManager.cs (1)
239
_testHostLaunched = TestHostManager.
LaunchTestHostAsync
(