7 references to WriteAsync
Aspire.Cli.Tests (7)
Commands\TerminalTapePlayCommandTests.cs (7)
159
await host.
WriteAsync
("Ready for input");
311
await host.
WriteAsync
(screen);
324
await host.
WriteAsync
("Still running");
332
await host.
WriteAsync
("Ready for input\r\n");
352
await host.
WriteAsync
("Accepted: hello\r\n");
364
await host.
WriteAsync
("Ready for input");
413
await host.
WriteAsync
("Waiting for authentication");