46 references to Information
Microsoft.TestPlatform.Extensions.BlameDataCollector (4)
NetClientHangDumper.cs (3)
33ConsoleOutput.Instance.Information(false, "Blame: Dumping this process tree (from bottom):"); 38ConsoleOutput.Instance.Information(false, $"Blame: {(p.Level != 0 ? " + " : " > ")}{new string('-', p.Level)} {p.Process.Id} - {p.Process.ProcessName}"); 44ConsoleOutput.Instance.Information(false, $"Blame: Dumping {process.Id} - {process.ProcessName}");
ProcessDumpUtility.cs (1)
105ConsoleOutput.Instance.Information(false, $"Blame: Attaching crash dump utility to process {processName} ({processId}).");
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
348ConsoleOutput.Instance.Information(false, htmlFilePathMessage);
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
426ConsoleOutput.Instance.Information(false, resultsFileMessage);
vstest.console (20)
Internal\ConsoleLogger.cs (15)
240Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalDays, CommandLineResources.Days)); 244Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalHours, CommandLineResources.Hours)); 248Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalMinutes, CommandLineResources.Minutes)); 252Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalSeconds, CommandLineResources.Seconds)); 325Output.Information(false, TestResultPrefix + CommandLineResources.StdOutMessagesBanner); 326Output.Information(false, stdOutMessages); 351Output.Information(false, TestResultPrefix + CommandLineResources.DbgTrcMessagesBanner); 352Output.Information(false, dbgTrcMessages); 364Output.Information(false, TestResultPrefix + CommandLineResources.AddnlInfoMessagesBanner); 365Output.Information(false, addnlInfoMessages); 449Output.Information(AppendPrefix, e.Message); 689Output.Information(false, CommandLineResources.AttachmentsBanner); 696Output.Information(false, attachmentOutput); 804Output.Information(false, CommandLineResources.TestRunSummaryAssemblyAndFramework, 865Output.Information(false, string.Format(CultureInfo.CurrentCulture, totalTestsformat, totalTests));
Internal\MSBuildLogger.cs (1)
246Output.Information(appendPrefix: false, message);
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
175Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
Processors\ListTestsArgumentProcessor.cs (1)
180Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
Processors\RunSpecificTestsArgumentProcessor.cs (1)
219Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
Processors\RunTestsArgumentProcessor.cs (1)
151Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
vstest.console.arm64 (20)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (15)
240Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalDays, CommandLineResources.Days)); 244Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalHours, CommandLineResources.Hours)); 248Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalMinutes, CommandLineResources.Minutes)); 252Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalSeconds, CommandLineResources.Seconds)); 325Output.Information(false, TestResultPrefix + CommandLineResources.StdOutMessagesBanner); 326Output.Information(false, stdOutMessages); 351Output.Information(false, TestResultPrefix + CommandLineResources.DbgTrcMessagesBanner); 352Output.Information(false, dbgTrcMessages); 364Output.Information(false, TestResultPrefix + CommandLineResources.AddnlInfoMessagesBanner); 365Output.Information(false, addnlInfoMessages); 449Output.Information(AppendPrefix, e.Message); 689Output.Information(false, CommandLineResources.AttachmentsBanner); 696Output.Information(false, attachmentOutput); 804Output.Information(false, CommandLineResources.TestRunSummaryAssemblyAndFramework, 865Output.Information(false, string.Format(CultureInfo.CurrentCulture, totalTestsformat, totalTests));
src\vstest\src\vstest.console\Internal\MSBuildLogger.cs (1)
246Output.Information(appendPrefix: false, message);
src\vstest\src\vstest.console\Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
175Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
src\vstest\src\vstest.console\Processors\ListTestsArgumentProcessor.cs (1)
180Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
219Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
151Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);