1 reference to TestResultSuffix
vstest.console (1)
Internal\ConsoleLogger.cs (1)
626
static string GetFormattedTestIndicator(string indicator) => TestResultPrefix + indicator +
TestResultSuffix
;