4 references to GetFormattedTestIndicator
vstest.console.arm64 (4)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (4)
558
Output.Write(
GetFormattedTestIndicator
(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.Yellow);
581
Output.Write(
GetFormattedTestIndicator
(CommandLineResources.FailedTestIndicator), OutputLevel.Information, ConsoleColor.Red);
598
Output.Write(
GetFormattedTestIndicator
(CommandLineResources.PassedTestIndicator), OutputLevel.Information, ConsoleColor.Green);
622
Output.Write(
GetFormattedTestIndicator
(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.Yellow);