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)
28 references to AppendLine
dotnet (28)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (28)
246
terminal.
AppendLine
(artifactGroup.Key ? CliCommandStrings.OutOfProcessArtifactsProduced : CliCommandStrings.InProcessArtifactsProduced);
404
terminal.
AppendLine
(errorText);
410
terminal.
AppendLine
(totalText);
417
terminal.
AppendLine
(failedText);
429
terminal.
AppendLine
(passedText);
441
terminal.
AppendLine
(skippedText);
480
terminal.
AppendLine
($"{SingleIndentation}{string.Format(CultureInfo.CurrentCulture, CliCommandStrings.FlakyLowercase, flakyTests)}");
488
terminal.
AppendLine
(string.Format(CultureInfo.CurrentCulture, CliCommandStrings.RetriedTestsAndRuns, retriedTests, retriedExecutions));
521
terminal.
AppendLine
(CliCommandStrings.FlakyTests);
547
terminal.
AppendLine
(CliCommandStrings.FlakyTests);
596
terminal.
AppendLine
(CliCommandStrings.SlowestTests);
623
terminal.
AppendLine
(CliCommandStrings.SlowestTests);
658
terminal.
AppendLine
(CliCommandStrings.HandshakeFailuresHeader);
679
terminal.
AppendLine
(string.Format(isRun ? CliCommandStrings.TestRunExitCode : CliCommandStrings.TestDiscoveryExitCode, exitCode));
916
terminal.
AppendLine
(CliCommandStrings.Expected);
919
terminal.
AppendLine
(CliCommandStrings.Actual);
952
terminal.
AppendLine
(CliCommandStrings.StandardOutput);
956
terminal.
AppendLine
(CliCommandStrings.StandardError);
1024
terminal.
AppendLine
(stackTraceLine);
1038
terminal.
AppendLine
(message);
1138
terminal.
AppendLine
(exitCode?.ToString(CultureInfo.CurrentCulture) ?? "<null>");
1300
terminal.
AppendLine
(text);
1307
terminal.
AppendLine
(text);
1315
terminal.
AppendLine
(text);
1333
terminal.
AppendLine
(CliCommandStrings.CancellingTestSession);
1334
terminal.
AppendLine
(CliCommandStrings.PressCtrlCAgainToForceExit);
1414
terminal.
AppendLine
(string.Format(CultureInfo.CurrentCulture, CliCommandStrings.TestDiscoverySummarySingular, totalTests));
1418
terminal.
AppendLine
(string.Format(CultureInfo.CurrentCulture, CliCommandStrings.TestDiscoverySummary, totalTests, assemblies.Count));