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