1 write to _testRunProgressString
vstest.console (1)
Internal\ProgressIndicator.cs (1)
42
_testRunProgressString
= string.Format(CultureInfo.CurrentCulture, "{0}...", Resources.Resources.ProgressIndicatorString);
2 references to _testRunProgressString
vstest.console (2)
Internal\ProgressIndicator.cs (2)
55
ConsoleOutput.Write(
_testRunProgressString
.Substring(0,
_testRunProgressString
.Length + _dotCounter - 2), OutputLevel.Information);