46 references to Information
Microsoft.TestPlatform.Extensions.BlameDataCollector (4)
NetClientHangDumper.cs (3)
35ConsoleOutput.Instance.Information(false, "Blame: Dumping this process tree (from bottom):"); 40ConsoleOutput.Instance.Information(false, $"Blame: {(p.Level != 0 ? " + " : " > ")}{new string('-', p.Level)} {p.Process.Id} - {p.Process.ProcessName}"); 46ConsoleOutput.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)
357ConsoleOutput.Instance.Information(false, htmlFilePathMessage);
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
474ConsoleOutput.Instance.Information(false, resultsFileMessage);
vstest.console (20)
Internal\ConsoleLogger.cs (15)
250Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalDays, CommandLineResources.Days)); 254Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalHours, CommandLineResources.Hours)); 258Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalMinutes, CommandLineResources.Minutes)); 262Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalSeconds, CommandLineResources.Seconds)); 335Output.Information(false, TestResultPrefix + CommandLineResources.StdOutMessagesBanner); 336Output.Information(false, stdOutMessages); 361Output.Information(false, TestResultPrefix + CommandLineResources.DbgTrcMessagesBanner); 362Output.Information(false, dbgTrcMessages); 374Output.Information(false, TestResultPrefix + CommandLineResources.AddnlInfoMessagesBanner); 375Output.Information(false, addnlInfoMessages); 460Output.Information(AppendPrefix, e.Message); 700Output.Information(false, CommandLineResources.AttachmentsBanner); 707Output.Information(false, attachmentOutput); 815Output.Information(false, CommandLineResources.TestRunSummaryAssemblyAndFramework, 876Output.Information(false, string.Format(CultureInfo.CurrentCulture, totalTestsformat, totalTests));
Internal\MSBuildLogger.cs (1)
247Output.Information(appendPrefix: false, message);
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
184Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
Processors\ListTestsArgumentProcessor.cs (1)
189Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
Processors\RunSpecificTestsArgumentProcessor.cs (1)
228Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
Processors\RunTestsArgumentProcessor.cs (1)
160Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
vstest.console.arm64 (20)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (15)
250Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalDays, CommandLineResources.Days)); 254Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalHours, CommandLineResources.Hours)); 258Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalMinutes, CommandLineResources.Minutes)); 262Output.Information(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ExecutionTimeFormatString, timeSpan.TotalSeconds, CommandLineResources.Seconds)); 335Output.Information(false, TestResultPrefix + CommandLineResources.StdOutMessagesBanner); 336Output.Information(false, stdOutMessages); 361Output.Information(false, TestResultPrefix + CommandLineResources.DbgTrcMessagesBanner); 362Output.Information(false, dbgTrcMessages); 374Output.Information(false, TestResultPrefix + CommandLineResources.AddnlInfoMessagesBanner); 375Output.Information(false, addnlInfoMessages); 460Output.Information(AppendPrefix, e.Message); 700Output.Information(false, CommandLineResources.AttachmentsBanner); 707Output.Information(false, attachmentOutput); 815Output.Information(false, CommandLineResources.TestRunSummaryAssemblyAndFramework, 876Output.Information(false, string.Format(CultureInfo.CurrentCulture, totalTestsformat, totalTests));
src\vstest\src\vstest.console\Internal\MSBuildLogger.cs (1)
247Output.Information(appendPrefix: false, message);
src\vstest\src\vstest.console\Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
184Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
src\vstest\src\vstest.console\Processors\ListTestsArgumentProcessor.cs (1)
189Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
228Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
160Output.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);