1 implementation of GetTestHostManagerByRunConfiguration
Microsoft.VisualStudio.TestPlatform.Common (1)
Hosting\TestRunTimeProviderManager.cs (1)
46
public virtual ITestRuntimeProvider?
GetTestHostManagerByRunConfiguration
(string? runConfiguration, List<string>? _)
4 references to GetTestHostManagerByRunConfiguration
Microsoft.TestPlatform.CrossPlatEngine (4)
TestEngine.cs (4)
124
var hostManager = _testHostProviderManager.
GetTestHostManagerByRunConfiguration
(runtimeProviderInfo.RunSettings, sources);
270
var hostManager = _testHostProviderManager.
GetTestHostManagerByRunConfiguration
(runtimeProviderInfo.RunSettings, sources);
382
var hostManager = _testHostProviderManager.
GetTestHostManagerByRunConfiguration
(testRuntimeProviderInfo.RunSettings, sources);
459
var testRuntimeProvider = _testHostProviderManager.
GetTestHostManagerByRunConfiguration
(runsettingsXml, sources);