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