1 write to _commandLineOptions
vstest.console (1)
Processors\RunTestsArgumentProcessor.cs (1)
120
_commandLineOptions
= commandLineOptions;
7 references to _commandLineOptions
vstest.console (7)
Processors\RunTestsArgumentProcessor.cs (7)
124
_testRunEventsRegistrar = new TestRunRequestEventsRegistrar(Output,
_commandLineOptions
, artifactProcessingManager, _runSettingsManager);
137
TPDebug.Assert(
_commandLineOptions
!= null);
140
if (
_commandLineOptions
.IsDesignMode)
147
var anySource =
_commandLineOptions
.Sources.FirstOrDefault();
165
if (
_commandLineOptions
.Sources.Any())
185
var runRequestPayload = new TestRunRequestPayload() { Sources =
_commandLineOptions
.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter =
_commandLineOptions
.TestCaseFilterValue } };