1 write to _commandLineOptions
vstest.console (1)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
149
_commandLineOptions
= options;
7 references to _commandLineOptions
vstest.console (7)
Processors\RunSpecificTestsArgumentProcessor.cs (7)
155
_testRunEventsRegistrar = new TestRunRequestEventsRegistrar(Output,
_commandLineOptions
, artifactProcessingManager, _runSettingsManager);
191
TPDebug.Assert(
_commandLineOptions
!= null);
195
if (!
_commandLineOptions
.Sources.Any())
203
DiscoverTestsAndSelectSpecified(
_commandLineOptions
.Sources);
253
var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter =
_commandLineOptions
.TestCaseFilterValue } };
267
warningMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoTestsAvailableInSources, string.Join(", ",
_commandLineOptions
.Sources));
269
if (!
_commandLineOptions
.TestAdapterPathsSet)