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