4 references to FailedTestIndicator
vstest.console.arm64 (4)
src\vstest\src\vstest.console\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),
src\vstest\src\vstest.console\Internal\MSBuildLogger.cs (1)
125
? CommandLineResources.
FailedTestIndicator