1 implementation of WriteLine
Microsoft.TestPlatform.CoreUtilities (1)
Output\ConsoleOutput.cs (1)
55public void WriteLine(string? message, OutputLevel level)
37 references to WriteLine
Microsoft.TestPlatform.CoreUtilities (1)
Output\OutputExtensions.cs (1)
91output.WriteLine(Format(messageTypeFormat, format, args), level);
Microsoft.TestPlatform.CrossPlatEngine (1)
PostProcessing\PostProcessingTestRunAttachmentsProcessingEventsHandler.cs (1)
60_consoleOutput.WriteLine("", OutputLevel.Information);
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameLogger.cs (1)
91_output.WriteLine(string.Empty, OutputLevel.Information);
vstest.console (17)
CommandLine\Executor.cs (3)
452Output.WriteLine(commandLineBanner, OutputLevel.Information); 455Output.WriteLine(string.Empty, OutputLevel.Information); 508Output.WriteLine($"vstest.console.exe {responseFileArgs}", OutputLevel.Information);
Internal\ConsoleLogger.cs (8)
371Output.WriteLine(string.Empty, OutputLevel.Information); 418Output.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestSourcesDiscovered, CommandLineOptions.Instance.Sources.Count()), OutputLevel.Information); 423Output.WriteLine(source, OutputLevel.Information); 548Output.WriteLine(testDisplayName, OutputLevel.Information); 571Output.WriteLine(testDisplayName, OutputLevel.Information); 588Output.WriteLine(testDisplayName, OutputLevel.Information); 612Output.WriteLine(testDisplayName, OutputLevel.Information); 676Output.WriteLine(string.Empty, OutputLevel.Information);
Processors\HelpArgumentProcessor.cs (2)
161Output.WriteLine(message, OutputLevel.Information); 162Output.WriteLine(string.Empty, OutputLevel.Information);
Processors\ListTestsArgumentProcessor.cs (2)
177Output.WriteLine(CommandLineResources.ListTestsHeaderMessage, OutputLevel.Information); 223_output.WriteLine(
Processors\RunSpecificTestsArgumentProcessor.cs (1)
214Output.WriteLine(CommandLineResources.StartingDiscovery, OutputLevel.Information);
Processors\RunTestsArgumentProcessor.cs (1)
146Output.WriteLine(CommandLineResources.StartingExecution, OutputLevel.Information);
vstest.console.arm64 (17)
src\vstest\src\vstest.console\CommandLine\Executor.cs (3)
452Output.WriteLine(commandLineBanner, OutputLevel.Information); 455Output.WriteLine(string.Empty, OutputLevel.Information); 508Output.WriteLine($"vstest.console.exe {responseFileArgs}", OutputLevel.Information);
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (8)
371Output.WriteLine(string.Empty, OutputLevel.Information); 418Output.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestSourcesDiscovered, CommandLineOptions.Instance.Sources.Count()), OutputLevel.Information); 423Output.WriteLine(source, OutputLevel.Information); 548Output.WriteLine(testDisplayName, OutputLevel.Information); 571Output.WriteLine(testDisplayName, OutputLevel.Information); 588Output.WriteLine(testDisplayName, OutputLevel.Information); 612Output.WriteLine(testDisplayName, OutputLevel.Information); 676Output.WriteLine(string.Empty, OutputLevel.Information);
src\vstest\src\vstest.console\Processors\HelpArgumentProcessor.cs (2)
161Output.WriteLine(message, OutputLevel.Information); 162Output.WriteLine(string.Empty, OutputLevel.Information);
src\vstest\src\vstest.console\Processors\ListTestsArgumentProcessor.cs (2)
177Output.WriteLine(CommandLineResources.ListTestsHeaderMessage, OutputLevel.Information); 223_output.WriteLine(
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
214Output.WriteLine(CommandLineResources.StartingDiscovery, OutputLevel.Information);
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
146Output.WriteLine(CommandLineResources.StartingExecution, OutputLevel.Information);