1 write to Error
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Events\TestRunCompleteEventArgs.cs (1)
75
Error
= error;
18 references to Error
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestRunCompleteEventArgsConverter.cs (1)
56
WriteProperty(writer, "Error", value.
Error
, options);
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\Parallel\ParallelRunEventsHandler.cs (1)
126
testRunCompleteArgs.
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)
399
runCompleteArgs.
Error
,
569
testRunCompletePayload.TestRunCompleteArgs.
Error
,
vstest.console (6)
Internal\ConsoleLogger.cs (4)
824
if (e.
Error
== null)
830
Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.
Error
);
843
if (e.
Error
== null)
849
Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.
Error
);
Internal\MSBuildLogger.cs (2)
107
if (e.
Error
== null)
113
SendMessage("run-abort", string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunAbortedWithError, e.
Error
));
vstest.console.arm64 (6)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (4)
824
if (e.
Error
== null)
830
Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.
Error
);
843
if (e.
Error
== null)
849
Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.
Error
);
src\vstest\src\vstest.console\Internal\MSBuildLogger.cs (2)
107
if (e.
Error
== null)
113
SendMessage("run-abort", string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunAbortedWithError, e.
Error
));