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