42 references to InferRunSettingsHelper
Microsoft.TestPlatform.CrossPlatEngine (9)
Client\ProxyOperationManager.cs (3)
226
var envVars =
InferRunSettingsHelper
.GetEnvironmentVariables(runSettings);
415
updatedRunSettingsXml =
InferRunSettingsHelper
.MakeRunsettingsCompatible(runsettingsXml);
421
updatedRunSettingsXml =
InferRunSettingsHelper
.RemoveTargetPlatformElement(updatedRunSettingsXml);
TestEngine.cs (2)
547
var runSettingsEnvVariables =
InferRunSettingsHelper
.GetEnvironmentVariables(runSettings);
616
if (
InferRunSettingsHelper
.IsTestSettingsEnabled(runsettings))
TestSession\ProxyTestSessionManager.cs (2)
64
_testSessionEnvironmentVariables =
InferRunSettingsHelper
.GetEnvironmentVariables(_testSessionCriteria.RunSettings)
424
var requestEnvironmentVariables =
InferRunSettingsHelper
.GetEnvironmentVariables(requestRunSettings);
Utilities\SourceDetailHelper.cs (2)
23
InferRunSettingsHelper
.UpdateTargetFramework(document, sourceDetail.Framework!.ToString(), overwrite: true);
24
InferRunSettingsHelper
.UpdateTargetPlatform(document, sourceDetail.Architecture.ToString(), overwrite: true);
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\RunSettingsProviderExtensions.cs (1)
194
InferRunSettingsHelper
.UpdateRunSettingsWithUserProvidedSwitches(document, architecture, framework, defaultResultsDirectory);
vstest.console (16)
Processors\CollectArgumentProcessor.cs (1)
108
if (
InferRunSettingsHelper
.IsTestSettingsEnabled(_runSettingsManager.ActiveRunSettings?.SettingsXml))
TestPlatformHelpers\TestRequestManager.cs (15)
333
if (
InferRunSettingsHelper
.AreRunSettingsCollectorsIncompatibleWithTestSettings(runsettings))
500
if (
InferRunSettingsHelper
.AreRunSettingsCollectorsIncompatibleWithTestSettings(payload.RunSettings))
620
InferRunSettingsHelper
.IsTestSettingsEnabled(runsettings));
622
if (
InferRunSettingsHelper
.TryGetLegacySettingElements(
980
if (
InferRunSettingsHelper
.TryGetDeviceXml(navigator, out string? deviceXml))
982
InferRunSettingsHelper
.UpdateTargetDevice(document, deviceXml);
996
InferRunSettingsHelper
.UpdateCollectSourceInformation(
1009
InferRunSettingsHelper
.UpdateDesignMode(
1029
InferRunSettingsHelper
.UpdateBatchSize(
1046
var compatibleSources =
InferRunSettingsHelper
.FilterCompatibleSources(
1103
InferRunSettingsHelper
.UpdateTargetPlatform(document, commonPlatform.ToString(), overwrite: true);
1144
InferRunSettingsHelper
.UpdateTargetFramework(document, commonFramework.ToString(), overwrite: true);
1258
return
InferRunSettingsHelper
.UpdateCollectCoverageSettings(xmlDocument);
1327
bool isValidFrameworkXml =
InferRunSettingsHelper
.TryGetFrameworkXml(navigator, out var frameworkXml);
1360
bool isValidPlatformXml =
InferRunSettingsHelper
.TryGetPlatformXml(
vstest.console.arm64 (16)
src\vstest\src\vstest.console\Processors\CollectArgumentProcessor.cs (1)
108
if (
InferRunSettingsHelper
.IsTestSettingsEnabled(_runSettingsManager.ActiveRunSettings?.SettingsXml))
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (15)
333
if (
InferRunSettingsHelper
.AreRunSettingsCollectorsIncompatibleWithTestSettings(runsettings))
500
if (
InferRunSettingsHelper
.AreRunSettingsCollectorsIncompatibleWithTestSettings(payload.RunSettings))
620
InferRunSettingsHelper
.IsTestSettingsEnabled(runsettings));
622
if (
InferRunSettingsHelper
.TryGetLegacySettingElements(
980
if (
InferRunSettingsHelper
.TryGetDeviceXml(navigator, out string? deviceXml))
982
InferRunSettingsHelper
.UpdateTargetDevice(document, deviceXml);
996
InferRunSettingsHelper
.UpdateCollectSourceInformation(
1009
InferRunSettingsHelper
.UpdateDesignMode(
1029
InferRunSettingsHelper
.UpdateBatchSize(
1046
var compatibleSources =
InferRunSettingsHelper
.FilterCompatibleSources(
1103
InferRunSettingsHelper
.UpdateTargetPlatform(document, commonPlatform.ToString(), overwrite: true);
1144
InferRunSettingsHelper
.UpdateTargetFramework(document, commonFramework.ToString(), overwrite: true);
1258
return
InferRunSettingsHelper
.UpdateCollectCoverageSettings(xmlDocument);
1327
bool isValidFrameworkXml =
InferRunSettingsHelper
.TryGetFrameworkXml(navigator, out var frameworkXml);
1360
bool isValidPlatformXml =
InferRunSettingsHelper
.TryGetPlatformXml(