22 references to SingleIndentation
dotnet (22)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (22)
27
internal const string DoubleIndentation = $"{
SingleIndentation
}{
SingleIndentation
}";
186
terminal.Append(
SingleIndentation
);
257
terminal.Append(
SingleIndentation
);
283
string errorText = $"{
SingleIndentation
}{CliCommandStrings.ErrorColon} {error}";
284
string totalText = $"{
SingleIndentation
}{CliCommandStrings.TotalColon} {total}";
286
string failedText = $"{
SingleIndentation
}{CliCommandStrings.FailedColon} {failed}";
287
string passedText = $"{
SingleIndentation
}{CliCommandStrings.SucceededColon} {passed}";
288
string skippedText = $"{
SingleIndentation
}{CliCommandStrings.SkippedColon} {skipped}";
289
string durationText = $"{
SingleIndentation
}{CliCommandStrings.DurationColon} ";
509
terminal.Append(
SingleIndentation
);
516
terminal.Append(
SingleIndentation
);
541
terminal.Append(
SingleIndentation
);
562
AppendIndentedLine(terminal, firstErrorMessage,
SingleIndentation
);
567
AppendIndentedLine(terminal, firstErrorMessage,
SingleIndentation
);
571
AppendIndentedLine(terminal, $"{firstErrorType}: {firstErrorMessage}",
SingleIndentation
);
588
terminal.Append(
SingleIndentation
);
591
terminal.Append(
SingleIndentation
);
624
terminal.Append(
SingleIndentation
);
628
terminal.Append(
SingleIndentation
);
794
AppendIndentedLine(terminal, $"{description}: {output}",
SingleIndentation
);
897
terminal.Append(
SingleIndentation
);