23 references to Information
Microsoft.TestPlatform.CoreUtilities (1)
Output\OutputExtensions.cs (1)
52Information(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)
304Output.Information(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.ErrorMessageBanner); 306Output.Information(false, ConsoleColor.Red, errorMessage); 312Output.Information(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StacktraceBanner); 314Output.Information(false, ConsoleColor.Red, stackTrace); 338Output.Information(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StdErrMessagesBanner); 339Output.Information(false, ConsoleColor.Red, stdErrMessages); 858Output.Information(false, ConsoleColor.Green, CommandLineResources.TestRunSuccessful); 869Output.Information(false, ConsoleColor.Green, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryPassedTests, passedTests)); 873Output.Information(false, ConsoleColor.Red, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryFailedTests, failedTests)); 877Output.Information(false, ConsoleColor.Yellow, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummarySkippedTests, skippedTests));
vstest.console.arm64 (10)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (10)
304Output.Information(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.ErrorMessageBanner); 306Output.Information(false, ConsoleColor.Red, errorMessage); 312Output.Information(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StacktraceBanner); 314Output.Information(false, ConsoleColor.Red, stackTrace); 338Output.Information(false, ConsoleColor.Red, TestResultPrefix + CommandLineResources.StdErrMessagesBanner); 339Output.Information(false, ConsoleColor.Red, stdErrMessages); 858Output.Information(false, ConsoleColor.Green, CommandLineResources.TestRunSuccessful); 869Output.Information(false, ConsoleColor.Green, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryPassedTests, passedTests)); 873Output.Information(false, ConsoleColor.Red, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummaryFailedTests, failedTests)); 877Output.Information(false, ConsoleColor.Yellow, string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummarySkippedTests, skippedTests));