9 references to TestResultPrefix
vstest.console.arm64 (9)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (9)
304Output.Information(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.ErrorMessageBanner); 305var errorMessage = string.Format(CultureInfo.CurrentCulture, "{0}{1}{2}", TestResultPrefix, TestMessageFormattingPrefix, result.ErrorMessage); 312Output.Information(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StacktraceBanner); 313var stackTrace = string.Format(CultureInfo.CurrentCulture, "{0}{1}", TestResultPrefix, result.ErrorStackTrace); 325Output.Information(false, TestResultPrefix + CommandLineResources.StdOutMessagesBanner); 338Output.Information(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StdErrMessagesBanner); 351Output.Information(false, TestResultPrefix + CommandLineResources.DbgTrcMessagesBanner); 364Output.Information(false, TestResultPrefix + CommandLineResources.AddnlInfoMessagesBanner); 626static string GetFormattedTestIndicator(string indicator) => TestResultPrefix + indicator + TestResultSuffix;