1 write to _effectiveRunSettings
vstest.console (1)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
191
_effectiveRunSettings
= _runSettingsManager.ActiveRunSettings.SettingsXml;
3 references to _effectiveRunSettings
vstest.console (3)
Processors\RunSpecificTestsArgumentProcessor.cs (3)
199
bool treatNoTestsAsError = RunSettingsUtilities.GetTreatNoTestsAsError(
_effectiveRunSettings
);
223
new DiscoveryRequestPayload() { Sources = sources, RunSettings =
_effectiveRunSettings
}, _discoveryEventsRegistrar, Constants.DefaultProtocolConfig);
244
var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings =
_effectiveRunSettings
, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };