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