6 writes to OutputTextWriter
Aspire.Cli.Tests (6)
Commands\DescribeCommandTests.cs (1)
356
options.
OutputTextWriter
= outputWriter;
Commands\ExtensionInternalCommandTests.cs (2)
66
options.
OutputTextWriter
= capturedOutput;
108
options.
OutputTextWriter
= capturedOutput;
Commands\LogsCommandTests.cs (1)
643
options.
OutputTextWriter
= outputWriter;
Commands\PsCommandTests.cs (2)
135
options.
OutputTextWriter
= textWriter;
176
options.
OutputTextWriter
= textWriter;
1 reference to OutputTextWriter
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
260
var outputTextWriter =
OutputTextWriter
?? new TestOutputTextWriter(_outputHelper);