118 references to Information
datacollector (4)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.WriteLine("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.
Information
);
60
ConsoleOutput.Instance.WriteLine($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.
Information
);
130
ConsoleOutput.Instance.WriteLine("Waiting for debugger attach...", OutputLevel.
Information
);
135
OutputLevel.
Information
);
datacollector.arm64 (4)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.WriteLine("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.
Information
);
60
ConsoleOutput.Instance.WriteLine($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.
Information
);
130
ConsoleOutput.Instance.WriteLine("Waiting for debugger attach...", OutputLevel.
Information
);
135
OutputLevel.
Information
);
Microsoft.TestPlatform.CoreUtilities (2)
Output\ConsoleOutput.cs (1)
70
case OutputLevel.
Information
:
Output\OutputExtensions.cs (1)
65
SetColorForAction(foregroundColor, () => Output(output, OutputLevel.
Information
, appendPrefix ? Resources.CommandLineInformational : DefaultFormat, format, args));
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\ProxyOperationManager.cs (1)
277
OutputLevel.
Information
);
DataCollection\ProxyDataCollectionManager.cs (1)
274
OutputLevel.
Information
);
PostProcessing\PostProcessingTestRunAttachmentsProcessingEventsHandler.cs (1)
60
_consoleOutput.WriteLine("", OutputLevel.
Information
);
Microsoft.TestPlatform.Extensions.BlameDataCollector (5)
BlameLogger.cs (1)
91
_output.WriteLine(string.Empty, OutputLevel.
Information
);
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.WriteLine("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.
Information
);
60
ConsoleOutput.Instance.WriteLine($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.
Information
);
130
ConsoleOutput.Instance.WriteLine("Waiting for debugger attach...", OutputLevel.
Information
);
135
OutputLevel.
Information
);
testhost (4)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.WriteLine("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.
Information
);
60
ConsoleOutput.Instance.WriteLine($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.
Information
);
130
ConsoleOutput.Instance.WriteLine("Waiting for debugger attach...", OutputLevel.
Information
);
135
OutputLevel.
Information
);
testhost.arm64 (4)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.WriteLine("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.
Information
);
60
ConsoleOutput.Instance.WriteLine($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.
Information
);
130
ConsoleOutput.Instance.WriteLine("Waiting for debugger attach...", OutputLevel.
Information
);
135
OutputLevel.
Information
);
testhost.x86 (4)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.WriteLine("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.
Information
);
60
ConsoleOutput.Instance.WriteLine($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.
Information
);
130
ConsoleOutput.Instance.WriteLine("Waiting for debugger attach...", OutputLevel.
Information
);
135
OutputLevel.
Information
);
vstest.console (44)
CommandLine\Executor.cs (3)
479
Output.WriteLine(commandLineBanner, OutputLevel.
Information
);
482
Output.WriteLine(string.Empty, OutputLevel.
Information
);
535
Output.WriteLine($"vstest.console.exe {responseFileArgs}", OutputLevel.
Information
);
Internal\ConsoleLogger.cs (14)
381
Output.WriteLine(string.Empty, OutputLevel.
Information
);
429
Output.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestSourcesDiscovered, commandLineOptions.Sources.Count()), OutputLevel.
Information
);
434
Output.WriteLine(source, OutputLevel.
Information
);
558
Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.
Information
, ConsoleColor.Yellow);
559
Output.WriteLine(testDisplayName, OutputLevel.
Information
);
581
Output.Write(GetFormattedTestIndicator(CommandLineResources.FailedTestIndicator), OutputLevel.
Information
, ConsoleColor.Red);
582
Output.WriteLine(testDisplayName, OutputLevel.
Information
);
598
Output.Write(GetFormattedTestIndicator(CommandLineResources.PassedTestIndicator), OutputLevel.
Information
, ConsoleColor.Green);
599
Output.WriteLine(testDisplayName, OutputLevel.
Information
);
622
Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.
Information
, ConsoleColor.Yellow);
623
Output.WriteLine(testDisplayName, OutputLevel.
Information
);
687
Output.WriteLine(string.Empty, OutputLevel.
Information
);
808
Output.Write(outputLine, OutputLevel.
Information
, color.Value);
812
Output.Write(outputLine, OutputLevel.
Information
);
Internal\ProgressIndicator.cs (3)
55
ConsoleOutput.Write(_testRunProgressString.Substring(0, _testRunProgressString.Length + _dotCounter - 2), OutputLevel.
Information
);
70
ConsoleOutput.Write(new string(' ', ConsoleHelper.WindowWidth - startPos), OutputLevel.
Information
);
104
ConsoleOutput.Write(".", OutputLevel.
Information
);
Processors\HelpArgumentProcessor.cs (2)
161
Output.WriteLine(message, OutputLevel.
Information
);
162
Output.WriteLine(string.Empty, OutputLevel.
Information
);
Processors\ListExtensionsArgumentProcessor.cs (14)
85
ConsoleOutput.Instance.WriteLine(CommandLineResources.AvailableDiscoverersHeaderMessage, OutputLevel.
Information
);
90
ConsoleOutput.Instance.WriteLine(extension.Value.GetType().FullName, OutputLevel.
Information
);
91
ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.UriOfDefaultExecutor, extension.Metadata.DefaultExecutorUri), OutputLevel.
Information
);
92
ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.SupportedFileTypesIndicator + " " + string.Join(", ", extension.Metadata.FileExtension!)), OutputLevel.
Information
);
122
ConsoleOutput.Instance.WriteLine(CommandLineResources.AvailableExecutorsHeaderMessage, OutputLevel.
Information
);
127
ConsoleOutput.Instance.WriteLine(extension.Value.GetType().FullName, OutputLevel.
Information
);
128
ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "Uri", extension.Metadata.ExtensionUri), OutputLevel.
Information
);
158
ConsoleOutput.Instance.WriteLine(CommandLineResources.AvailableLoggersHeaderMessage, OutputLevel.
Information
);
171
ConsoleOutput.Instance.WriteLine(loggerTypeName, OutputLevel.
Information
);
172
ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "Uri", extension.Metadata.ExtensionUri), OutputLevel.
Information
);
173
ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "FriendlyName", string.Join(", ", extension.Metadata.FriendlyName)), OutputLevel.
Information
);
210
ConsoleOutput.Instance.WriteLine(CommandLineResources.AvailableSettingsProvidersHeaderMessage, OutputLevel.
Information
);
215
ConsoleOutput.Instance.WriteLine(extension.Value.GetType().FullName, OutputLevel.
Information
);
216
ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "SettingName", extension.Metadata.SettingsName), OutputLevel.
Information
);
Processors\ListTestsArgumentProcessor.cs (2)
186
Output.WriteLine(CommandLineResources.ListTestsHeaderMessage, OutputLevel.
Information
);
234
OutputLevel.
Information
);
Processors\RunSpecificTestsArgumentProcessor.cs (1)
223
Output.WriteLine(CommandLineResources.StartingDiscovery, OutputLevel.
Information
);
Processors\RunTestsArgumentProcessor.cs (1)
155
Output.WriteLine(CommandLineResources.StartingExecution, OutputLevel.
Information
);
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.WriteLine("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.
Information
);
60
ConsoleOutput.Instance.WriteLine($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.
Information
);
130
ConsoleOutput.Instance.WriteLine("Waiting for debugger attach...", OutputLevel.
Information
);
135
OutputLevel.
Information
);
vstest.console.arm64 (44)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\DebuggerBreakpoint.cs (4)
49
ConsoleOutput.Instance.WriteLine("Attaching Visual Studio, either a parent or the one that was started first... To specify a VS instance to use, use the PID in the option, instead of 1.", OutputLevel.
Information
);
60
ConsoleOutput.Instance.WriteLine($"Attaching Visual Studio with PID {vsPid} to the process '{Process.GetCurrentProcess().ProcessName}({processId})'...", OutputLevel.
Information
);
130
ConsoleOutput.Instance.WriteLine("Waiting for debugger attach...", OutputLevel.
Information
);
135
OutputLevel.
Information
);
src\vstest\src\vstest.console\CommandLine\Executor.cs (3)
479
Output.WriteLine(commandLineBanner, OutputLevel.
Information
);
482
Output.WriteLine(string.Empty, OutputLevel.
Information
);
535
Output.WriteLine($"vstest.console.exe {responseFileArgs}", OutputLevel.
Information
);
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (14)
381
Output.WriteLine(string.Empty, OutputLevel.
Information
);
429
Output.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestSourcesDiscovered, commandLineOptions.Sources.Count()), OutputLevel.
Information
);
434
Output.WriteLine(source, OutputLevel.
Information
);
558
Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.
Information
, ConsoleColor.Yellow);
559
Output.WriteLine(testDisplayName, OutputLevel.
Information
);
581
Output.Write(GetFormattedTestIndicator(CommandLineResources.FailedTestIndicator), OutputLevel.
Information
, ConsoleColor.Red);
582
Output.WriteLine(testDisplayName, OutputLevel.
Information
);
598
Output.Write(GetFormattedTestIndicator(CommandLineResources.PassedTestIndicator), OutputLevel.
Information
, ConsoleColor.Green);
599
Output.WriteLine(testDisplayName, OutputLevel.
Information
);
622
Output.Write(GetFormattedTestIndicator(CommandLineResources.SkippedTestIndicator), OutputLevel.
Information
, ConsoleColor.Yellow);
623
Output.WriteLine(testDisplayName, OutputLevel.
Information
);
687
Output.WriteLine(string.Empty, OutputLevel.
Information
);
808
Output.Write(outputLine, OutputLevel.
Information
, color.Value);
812
Output.Write(outputLine, OutputLevel.
Information
);
src\vstest\src\vstest.console\Internal\ProgressIndicator.cs (3)
55
ConsoleOutput.Write(_testRunProgressString.Substring(0, _testRunProgressString.Length + _dotCounter - 2), OutputLevel.
Information
);
70
ConsoleOutput.Write(new string(' ', ConsoleHelper.WindowWidth - startPos), OutputLevel.
Information
);
104
ConsoleOutput.Write(".", OutputLevel.
Information
);
src\vstest\src\vstest.console\Processors\HelpArgumentProcessor.cs (2)
161
Output.WriteLine(message, OutputLevel.
Information
);
162
Output.WriteLine(string.Empty, OutputLevel.
Information
);
src\vstest\src\vstest.console\Processors\ListExtensionsArgumentProcessor.cs (14)
85
ConsoleOutput.Instance.WriteLine(CommandLineResources.AvailableDiscoverersHeaderMessage, OutputLevel.
Information
);
90
ConsoleOutput.Instance.WriteLine(extension.Value.GetType().FullName, OutputLevel.
Information
);
91
ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.UriOfDefaultExecutor, extension.Metadata.DefaultExecutorUri), OutputLevel.
Information
);
92
ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.SupportedFileTypesIndicator + " " + string.Join(", ", extension.Metadata.FileExtension!)), OutputLevel.
Information
);
122
ConsoleOutput.Instance.WriteLine(CommandLineResources.AvailableExecutorsHeaderMessage, OutputLevel.
Information
);
127
ConsoleOutput.Instance.WriteLine(extension.Value.GetType().FullName, OutputLevel.
Information
);
128
ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "Uri", extension.Metadata.ExtensionUri), OutputLevel.
Information
);
158
ConsoleOutput.Instance.WriteLine(CommandLineResources.AvailableLoggersHeaderMessage, OutputLevel.
Information
);
171
ConsoleOutput.Instance.WriteLine(loggerTypeName, OutputLevel.
Information
);
172
ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "Uri", extension.Metadata.ExtensionUri), OutputLevel.
Information
);
173
ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "FriendlyName", string.Join(", ", extension.Metadata.FriendlyName)), OutputLevel.
Information
);
210
ConsoleOutput.Instance.WriteLine(CommandLineResources.AvailableSettingsProvidersHeaderMessage, OutputLevel.
Information
);
215
ConsoleOutput.Instance.WriteLine(extension.Value.GetType().FullName, OutputLevel.
Information
);
216
ConsoleOutput.Instance.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.AvailableExtensionsMetadataFormat, "SettingName", extension.Metadata.SettingsName), OutputLevel.
Information
);
src\vstest\src\vstest.console\Processors\ListTestsArgumentProcessor.cs (2)
186
Output.WriteLine(CommandLineResources.ListTestsHeaderMessage, OutputLevel.
Information
);
234
OutputLevel.
Information
);
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
223
Output.WriteLine(CommandLineResources.StartingDiscovery, OutputLevel.
Information
);
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
155
Output.WriteLine(CommandLineResources.StartingExecution, OutputLevel.
Information
);