1 implementation of GetTestHostManagerByRunConfiguration
Microsoft.VisualStudio.TestPlatform.Common (1)
Hosting\TestRunTimeProviderManager.cs (1)
65
public virtual ITestRuntimeProvider?
GetTestHostManagerByRunConfiguration
(string? runConfiguration, List<string>? sources)
3 references to GetTestHostManagerByRunConfiguration
Microsoft.TestPlatform.CrossPlatEngine (3)
TestEngine.cs (3)
124
var hostManager = _testHostProviderManager.
GetTestHostManagerByRunConfiguration
(runtimeProviderInfo.RunSettings, sources);
234
var hostManager = _testHostProviderManager.
GetTestHostManagerByRunConfiguration
(runtimeProviderInfo.RunSettings, sources);
299
var testRuntimeProvider = _testHostProviderManager.
GetTestHostManagerByRunConfiguration
(runsettingsXml, sources);