7 references to WaitForAnyPromptAsync
Aspire.Cli.EndToEnd.Tests (7)
StartStopTests.cs (2)
151
await auto.
WaitForAnyPromptAsync
(counter);
216
await auto.
WaitForAnyPromptAsync
(counter);
StopNonInteractiveTests.cs (4)
66
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromSeconds(30));
133
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromSeconds(30));
205
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromSeconds(30));
268
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromSeconds(30));
TypeScriptCodegenValidationTests.cs (1)
162
await auto.
WaitForAnyPromptAsync
(counter);