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