5 references to SkippedTestIndicator
vstest.console.arm64 (5)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (4)
95
CommandLineResources.
SkippedTestIndicator
.Length + 1,
547
Output.Write(GetFormattedTestIndicator(CommandLineResources.
SkippedTestIndicator
), OutputLevel.Information, ConsoleColor.Yellow);
611
Output.Write(GetFormattedTestIndicator(CommandLineResources.
SkippedTestIndicator
), OutputLevel.Information, ConsoleColor.Yellow);
754
TestOutcome.Skipped => (CommandLineResources.
SkippedTestIndicator
+ "!").PadRight(LongestResultIndicator),
src\vstest\src\vstest.console\Internal\MSBuildLogger.cs (1)
127
? CommandLineResources.
SkippedTestIndicator