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