3 references to TestRunAbortedWithError
vstest.console (3)
Internal\ConsoleLogger.cs (2)
830
Output.Error(false, CommandLineResources.
TestRunAbortedWithError
, e.Error);
849
Output.Error(false, CommandLineResources.
TestRunAbortedWithError
, e.Error);
Internal\MSBuildLogger.cs (1)
113
SendMessage("run-abort", string.Format(CultureInfo.CurrentCulture, CommandLineResources.
TestRunAbortedWithError
, e.Error));