5 references to TestAdapterPathsSet
vstest.console (5)
Processors\RunSpecificTestsArgumentProcessor.cs (2)
260
if (!_commandLineOptions.
TestAdapterPathsSet
)
365
if (!testsFoundInAnySource && !CommandLineOptions.Instance.
TestAdapterPathsSet
&& _commandLineOptions.TestCaseFilterValue == null)
Processors\RunTestsArgumentProcessor.cs (1)
225
if (!testsFoundInAnySource && !CommandLineOptions.Instance.
TestAdapterPathsSet
&& _commandLineOptions.TestCaseFilterValue == null)
Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (2)
175
if (!_commandLineOptions.
TestAdapterPathsSet
&& strategy.HasFlag(TestAdapterLoadingStrategy.Explicit))
201
if (!_commandLineOptions.
TestAdapterPathsSet
)