1 write to _commandLineOptions
vstest.console (1)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
140
_commandLineOptions
= options;
7 references to _commandLineOptions
vstest.console (7)
Processors\RunSpecificTestsArgumentProcessor.cs (7)
146
_testRunEventsRegistrar = new TestRunRequestEventsRegistrar(Output,
_commandLineOptions
, artifactProcessingManager);
182
TPDebug.Assert(
_commandLineOptions
!= null);
186
if (!
_commandLineOptions
.Sources.Any())
194
DiscoverTestsAndSelectSpecified(
_commandLineOptions
.Sources);
244
var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter =
_commandLineOptions
.TestCaseFilterValue } };
258
warningMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoTestsAvailableInSources, string.Join(", ",
_commandLineOptions
.Sources));
260
if (!
_commandLineOptions
.TestAdapterPathsSet)