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)
314
Output.
Information
(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.ErrorMessageBanner);
316
Output.
Information
(false, ConsoleColor.Red, errorMessage);
322
Output.
Information
(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StacktraceBanner);
324
Output.
Information
(false, ConsoleColor.Red, stackTrace);
348
Output.
Information
(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StdErrMessagesBanner);
349
Output.
Information
(false, ConsoleColor.Red, stdErrMessages);
869
Output.
Information
(false, ConsoleColor.Green, CommandLineResources.TestRunSuccessful);
880
Output.
Information
(false, ConsoleColor.Green, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryPassedTests, passedTests));
884
Output.
Information
(false, ConsoleColor.Red, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryFailedTests, failedTests));
888
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)
314
Output.
Information
(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.ErrorMessageBanner);
316
Output.
Information
(false, ConsoleColor.Red, errorMessage);
322
Output.
Information
(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StacktraceBanner);
324
Output.
Information
(false, ConsoleColor.Red, stackTrace);
348
Output.
Information
(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StdErrMessagesBanner);
349
Output.
Information
(false, ConsoleColor.Red, stdErrMessages);
869
Output.
Information
(false, ConsoleColor.Green, CommandLineResources.TestRunSuccessful);
880
Output.
Information
(false, ConsoleColor.Green, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryPassedTests, passedTests));
884
Output.
Information
(false, ConsoleColor.Red, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryFailedTests, failedTests));
888
Output.
Information
(false, ConsoleColor.Yellow, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummarySkippedTests, skippedTests));