1 write to Error
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Events\TestRunCompleteEventArgs.cs (1)
75Error = error;
18 references to Error
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestRunCompleteEventArgsConverter.cs (1)
56WriteProperty(writer, "Error", value.Error, options);
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\Parallel\ParallelRunEventsHandler.cs (1)
126testRunCompleteArgs.Error,
Client\TestLoggerManager.cs (1)
249_loggerEvents.CompleteTestRun(e.TestRunStatistics, e.IsCanceled, e.IsAborted, e.Error,
EventHandlers\TestRequestHandler.cs (1)
220&& testRunCompleteArgs.Error == null
Microsoft.VisualStudio.TestPlatform.Client (2)
Execution\TestRunRequest.cs (2)
399runCompleteArgs.Error, 569testRunCompletePayload.TestRunCompleteArgs.Error,
vstest.console (6)
Internal\ConsoleLogger.cs (4)
824if (e.Error == null) 830Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error); 843if (e.Error == null) 849Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error);
Internal\MSBuildLogger.cs (2)
107if (e.Error == null) 113SendMessage("run-abort", string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunAbortedWithError, e.Error));
vstest.console.arm64 (6)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (4)
824if (e.Error == null) 830Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error); 843if (e.Error == null) 849Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error);
src\vstest\src\vstest.console\Internal\MSBuildLogger.cs (2)
107if (e.Error == null) 113SendMessage("run-abort", string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunAbortedWithError, e.Error));