Commands\Test\MTP\Terminal\TerminalTestReporter.cs (8)
889AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation);
894AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation);
898AppendIndentedLine(terminal, $"{firstErrorType}: {firstErrorMessage}", SingleIndentation);
917AppendIndentedLine(terminal, expected, DoubleIndentation);
920AppendIndentedLine(terminal, actual, DoubleIndentation);
954AppendIndentedLine(terminal, standardOutputWithoutSpecialChars, DoubleIndentation);
958AppendIndentedLine(terminal, standardErrorWithoutSpecialChars, DoubleIndentation);
1146AppendIndentedLine(terminal, $"{description}: {output}", SingleIndentation);