5 references to TestAdapterPathsSet
vstest.console (5)
Processors\RunSpecificTestsArgumentProcessor.cs (2)
269
if (!_commandLineOptions.
TestAdapterPathsSet
)
376
if (!testsFoundInAnySource && !_commandLineOptions.
TestAdapterPathsSet
&& _commandLineOptions.TestCaseFilterValue == null)
Processors\RunTestsArgumentProcessor.cs (1)
236
if (!testsFoundInAnySource && !_commandLineOptions.
TestAdapterPathsSet
&& _commandLineOptions.TestCaseFilterValue == null)
Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (2)
183
if (!_commandLineOptions.
TestAdapterPathsSet
&& strategy.HasFlag(TestAdapterLoadingStrategy.Explicit))
209
if (!_commandLineOptions.
TestAdapterPathsSet
)