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