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)
479Output.WriteLine(commandLineBanner, OutputLevel.Information); 482Output.WriteLine(string.Empty, OutputLevel.Information); 535Output.WriteLine($"vstest.console.exe {responseFileArgs}", OutputLevel.Information);
Internal\ConsoleLogger.cs (8)
381Output.WriteLine(string.Empty, OutputLevel.Information); 429Output.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestSourcesDiscovered, commandLineOptions.Sources.Count()), OutputLevel.Information); 434Output.WriteLine(source, OutputLevel.Information); 559Output.WriteLine(testDisplayName, OutputLevel.Information); 582Output.WriteLine(testDisplayName, OutputLevel.Information); 599Output.WriteLine(testDisplayName, OutputLevel.Information); 623Output.WriteLine(testDisplayName, OutputLevel.Information); 687Output.WriteLine(string.Empty, OutputLevel.Information);
Processors\HelpArgumentProcessor.cs (2)
161Output.WriteLine(message, OutputLevel.Information); 162Output.WriteLine(string.Empty, OutputLevel.Information);
Processors\ListTestsArgumentProcessor.cs (2)
186Output.WriteLine(CommandLineResources.ListTestsHeaderMessage, OutputLevel.Information); 232_output.WriteLine(
Processors\RunSpecificTestsArgumentProcessor.cs (1)
223Output.WriteLine(CommandLineResources.StartingDiscovery, OutputLevel.Information);
Processors\RunTestsArgumentProcessor.cs (1)
155Output.WriteLine(CommandLineResources.StartingExecution, OutputLevel.Information);
vstest.console.arm64 (17)
src\vstest\src\vstest.console\CommandLine\Executor.cs (3)
479Output.WriteLine(commandLineBanner, OutputLevel.Information); 482Output.WriteLine(string.Empty, OutputLevel.Information); 535Output.WriteLine($"vstest.console.exe {responseFileArgs}", OutputLevel.Information);
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (8)
381Output.WriteLine(string.Empty, OutputLevel.Information); 429Output.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestSourcesDiscovered, commandLineOptions.Sources.Count()), OutputLevel.Information); 434Output.WriteLine(source, OutputLevel.Information); 559Output.WriteLine(testDisplayName, OutputLevel.Information); 582Output.WriteLine(testDisplayName, OutputLevel.Information); 599Output.WriteLine(testDisplayName, OutputLevel.Information); 623Output.WriteLine(testDisplayName, OutputLevel.Information); 687Output.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)
186Output.WriteLine(CommandLineResources.ListTestsHeaderMessage, OutputLevel.Information); 232_output.WriteLine(
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
223Output.WriteLine(CommandLineResources.StartingDiscovery, OutputLevel.Information);
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
155Output.WriteLine(CommandLineResources.StartingExecution, OutputLevel.Information);