Commands\Test\MTP\Terminal\TerminalTestReporter.cs (8)
621AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation);
626AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation);
630AppendIndentedLine(terminal, $"{firstErrorType}: {firstErrorMessage}", SingleIndentation);
649AppendIndentedLine(terminal, expected, DoubleIndentation);
652AppendIndentedLine(terminal, actual, DoubleIndentation);
686AppendIndentedLine(terminal, standardOutputWithoutSpecialChars, DoubleIndentation);
690AppendIndentedLine(terminal, standardErrorWithoutSpecialChars, DoubleIndentation);
871AppendIndentedLine(terminal, $"{description}: {output}", SingleIndentation);