2 implementations of AppendLine
dotnet (2)
Commands\Test\MTP\Terminal\AnsiTerminal.cs (1)
89
public void
AppendLine
(string value)
Commands\Test\MTP\Terminal\SimpleTerminalBase.cs (1)
34
public virtual void
AppendLine
(string value)
19 references to AppendLine
dotnet (19)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (19)
187
terminal.
AppendLine
(artifactGroup.Key ? CliCommandStrings.OutOfProcessArtifactsProduced : CliCommandStrings.InProcessArtifactsProduced);
294
terminal.
AppendLine
(errorText);
314
terminal.
AppendLine
(failedText);
326
terminal.
AppendLine
(passedText);
338
terminal.
AppendLine
(skippedText);
361
terminal.
AppendLine
(string.Format(isRun ? CliCommandStrings.TestRunExitCode : CliCommandStrings.TestDiscoveryExitCode, exitCode));
586
terminal.
AppendLine
(CliCommandStrings.Expected);
589
terminal.
AppendLine
(CliCommandStrings.Actual);
622
terminal.
AppendLine
(CliCommandStrings.StandardOutput);
626
terminal.
AppendLine
(CliCommandStrings.StandardError);
694
terminal.
AppendLine
(stackTraceLine);
708
terminal.
AppendLine
(message);
783
terminal.
AppendLine
(exitCode?.ToString(CultureInfo.CurrentCulture) ?? "<null>");
850
terminal.
AppendLine
(CliCommandStrings.CancellingTestSession);
864
terminal.
AppendLine
(text);
880
terminal.
AppendLine
(text);
930
terminal.
AppendLine
(displayName);
940
terminal.
AppendLine
(string.Format(CultureInfo.CurrentCulture, CliCommandStrings.TestDiscoverySummarySingular, totalTests));
944
terminal.
AppendLine
(string.Format(CultureInfo.CurrentCulture, CliCommandStrings.TestDiscoverySummary, totalTests, assemblies.Count));