3 references to SuggestTestAdapterPathIfNoTestsIsFound
vstest.console.arm64 (3)
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (2)
262
warningMessage = string.Format(CultureInfo.CurrentCulture, CommandLineResources.StringFormatToJoinTwoStrings, warningMessage, CommandLineResources.
SuggestTestAdapterPathIfNoTestsIsFound
);
367
_output.Warning(false, CommandLineResources.
SuggestTestAdapterPathIfNoTestsIsFound
);
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
227
_output.Warning(false, CommandLineResources.
SuggestTestAdapterPathIfNoTestsIsFound
);