1 instantiation of TestEngine
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
48
new
TestEngine
(),
4 references to TestEngine
Microsoft.TestPlatform.CrossPlatEngine (4)
Client\IProxyManagerFactory.cs (1)
19
/// teaching <see cref="
TestEngine
"/> about each such protocol with inline branches, the resolved provider that
Client\Parallel\ParallelProxyExecutionManager.cs (1)
232
int? numberOfTestHostToUse =
TestEngine
.GetTargetFrameworkTestHostDemultiplexer(testRunCriteria.TestRunSettings);
TestEngine.cs (2)
505
EqtTrace.Error($"{nameof(
TestEngine
)}.{nameof(ThrowExceptionIfTestHostManagerIsNull)}: No suitable testHostProvider found for runsettings: {settingsXml}");
525
var text = $"{nameof(
TestEngine
)}.{nameof(WarnAboutNotFoundRuntimeProvidersOrThrowWhenNoneAreFound)}: No suitable testHostProvider found for sources {string.Join(", ", missingRuntimeProvider.SourceDetails.Select(s => s.Source))} and runsettings: {missingRuntimeProvider.RunSettings}";