1 implementation of LaunchTestHost
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeTestHostLauncher.cs (1)
51
public int
LaunchTestHost
(TestProcessStartInfo defaultTestHostStartInfo)
2 references to LaunchTestHost
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1431
ackPayload.HostProcessId = customHostLauncher?.
LaunchTestHost
(testProcessStartInfo!) ?? -1;
Microsoft.VisualStudio.TestPlatform.Client (1)
Execution\TestRunRequest.cs (1)
651
processId = TestRunCriteria.TestHostLauncher.
LaunchTestHost
(testProcessStartInfo);