4 references to GetFormattedTestIndicator
vstest.console (4)
Internal\ConsoleLogger.cs (4)
547
Output.Write(
GetFormattedTestIndicator
(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.Yellow);
570
Output.Write(
GetFormattedTestIndicator
(CommandLineResources.FailedTestIndicator), OutputLevel.Information, ConsoleColor.Red);
587
Output.Write(
GetFormattedTestIndicator
(CommandLineResources.PassedTestIndicator), OutputLevel.Information, ConsoleColor.Green);
611
Output.Write(
GetFormattedTestIndicator
(CommandLineResources.SkippedTestIndicator), OutputLevel.Information, ConsoleColor.Yellow);