4 references to FailedTestIndicator
vstest.console (4)
Internal\ConsoleLogger.cs (3)
93
CommandLineResources.
FailedTestIndicator
.Length + 1,
570
Output.Write(GetFormattedTestIndicator(CommandLineResources.
FailedTestIndicator
), OutputLevel.Information, ConsoleColor.Red);
752
TestOutcome.Failed => (CommandLineResources.
FailedTestIndicator
+ "!").PadRight(LongestResultIndicator),
Internal\MSBuildLogger.cs (1)
125
? CommandLineResources.
FailedTestIndicator