Commands\Test\MTP\Terminal\TerminalTestReporter.cs (10)
559AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation);
564AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation);
568AppendIndentedLine(terminal, $"{firstErrorType}: {firstErrorMessage}", SingleIndentation);
587AppendIndentedLine(terminal, expected, DoubleIndentation);
590AppendIndentedLine(terminal, actual, DoubleIndentation);
624AppendIndentedLine(terminal, standardOutputWithoutSpecialChars, DoubleIndentation);
628AppendIndentedLine(terminal, standardErrorWithoutSpecialChars, DoubleIndentation);
791AppendIndentedLine(terminal, $"{description}: {output}", SingleIndentation);
868AppendIndentedLine(terminal, text, new string(' ', padding.Value));
884AppendIndentedLine(terminal, text, new string(' ', padding.Value));