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