3 implementations of GetTestHostProcessStartInfo
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DefaultTestHostManager.cs (1)
171
public virtual TestProcessStartInfo
GetTestHostProcessStartInfo
(
Hosting\DotnetTestHostManager.cs (1)
232
public virtual TestProcessStartInfo
GetTestHostProcessStartInfo
(
Hosting\MtpTestRuntimeProvider.cs (1)
91
TestProcessStartInfo ITestRuntimeProvider.
GetTestHostProcessStartInfo
(IEnumerable<string> sources, IDictionary<string, string?>? environmentVariables, TestRunnerConnectionInfo connectionInfo) => throw new NotSupportedException(NotSupportedMessage);
1 reference to GetTestHostProcessStartInfo
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\ProxyOperationManager.cs (1)
231
TestHostManager.
GetTestHostProcessStartInfo
(