1 write to _consoleOutput
Microsoft.TestPlatform.CrossPlatEngine (1)
PostProcessing\PostProcessingTestRunAttachmentsProcessingEventsHandler.cs (1)
24
_consoleOutput
= consoleOutput ?? throw new ArgumentNullException(nameof(consoleOutput));
3 references to _consoleOutput
Microsoft.TestPlatform.CrossPlatEngine (3)
PostProcessing\PostProcessingTestRunAttachmentsProcessingEventsHandler.cs (3)
60
_consoleOutput
.WriteLine("", OutputLevel.Information);
63
_consoleOutput
.Information(false, ConsoleColor.Gray, CommandLineResources.AttachmentsBanner);
68
_consoleOutput
.Information(false, ConsoleColor.Gray, CommandLineResources.AttachmentOutputFormat, uriDataAttachment.Uri.LocalPath);