3 implementations of GetTestHostProcessStartInfo
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DefaultTestHostManager.cs (1)
171public virtual TestProcessStartInfo GetTestHostProcessStartInfo(
Hosting\DotnetTestHostManager.cs (1)
232public virtual TestProcessStartInfo GetTestHostProcessStartInfo(
Hosting\MtpTestRuntimeProvider.cs (1)
91TestProcessStartInfo 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)
231TestHostManager.GetTestHostProcessStartInfo(