7 references to ReadInputAsync
Aspire.Cli.Tests (7)
Commands\TerminalTapePlayCommandTests.cs (7)
198
Assert.Equal("ready", await host.
ReadInputAsync
(5));
295
Assert.Equal("started", await host.
ReadInputAsync
(7));
351
Assert.Equal("hello\r", await host.
ReadInputAsync
(6));
405
Assert.Equal("marker", await host.
ReadInputAsync
(6));
440
Assert.Equal("started", await host.
ReadInputAsync
(7));
459
Assert.Equal("started", await host.
ReadInputAsync
(7));
478
Assert.Equal("started", await host.
ReadInputAsync
(7));