23 references to Information
Microsoft.TestPlatform.CoreUtilities (1)
Output\OutputExtensions.cs (1)
52
Information
(output, appendPrefix, Console.ForegroundColor, format, args);
Microsoft.TestPlatform.CrossPlatEngine (2)
PostProcessing\PostProcessingTestRunAttachmentsProcessingEventsHandler.cs (2)
63
_consoleOutput.
Information
(false, ConsoleColor.Gray, CommandLineResources.AttachmentsBanner);
68
_consoleOutput.
Information
(false, ConsoleColor.Gray, CommandLineResources.AttachmentOutputFormat, uriDataAttachment.Uri.LocalPath);
vstest.console (10)
Internal\ConsoleLogger.cs (10)
304
Output.
Information
(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.ErrorMessageBanner);
306
Output.
Information
(false, ConsoleColor.Red, errorMessage);
312
Output.
Information
(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StacktraceBanner);
314
Output.
Information
(false, ConsoleColor.Red, stackTrace);
338
Output.
Information
(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StdErrMessagesBanner);
339
Output.
Information
(false, ConsoleColor.Red, stdErrMessages);
858
Output.
Information
(false, ConsoleColor.Green, CommandLineResources.TestRunSuccessful);
869
Output.
Information
(false, ConsoleColor.Green, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryPassedTests, passedTests));
873
Output.
Information
(false, ConsoleColor.Red, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryFailedTests, failedTests));
877
Output.
Information
(false, ConsoleColor.Yellow, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummarySkippedTests, skippedTests));
vstest.console.arm64 (10)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (10)
304
Output.
Information
(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.ErrorMessageBanner);
306
Output.
Information
(false, ConsoleColor.Red, errorMessage);
312
Output.
Information
(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StacktraceBanner);
314
Output.
Information
(false, ConsoleColor.Red, stackTrace);
338
Output.
Information
(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StdErrMessagesBanner);
339
Output.
Information
(false, ConsoleColor.Red, stdErrMessages);
858
Output.
Information
(false, ConsoleColor.Green, CommandLineResources.TestRunSuccessful);
869
Output.
Information
(false, ConsoleColor.Green, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryPassedTests, passedTests));
873
Output.
Information
(false, ConsoleColor.Red, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryFailedTests, failedTests));
877
Output.
Information
(false, ConsoleColor.Yellow, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummarySkippedTests, skippedTests));