38 references to WaitForAnyPromptAsync
Aspire.Cli.EndToEnd.Tests (38)
ChannelUpdateWorkflowTests.cs (1)
204await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromSeconds(30));
ConfigDiscoveryTests.cs (1)
195await auto.WaitForAnyPromptAsync(counter, timeout: TimeSpan.FromSeconds(30));
ConfigMigrationTests.cs (3)
158await auto.WaitForAnyPromptAsync(counter); 328await auto.WaitForAnyPromptAsync(counter); 485await auto.WaitForAnyPromptAsync(counter);
DoctorCommandTests.cs (2)
206await auto.WaitForAnyPromptAsync(counter); 221await auto.WaitForAnyPromptAsync(counter);
EntityFrameworkCoreDeploymentTests.cs (1)
80await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromMinutes(2));
Helpers\CliE2EAutomatorHelpers.cs (5)
514await auto.WaitForAnyPromptAsync(counter); 1014await auto.WaitForAnyPromptAsync(counter); 1161await auto.WaitForAnyPromptAsync(counter); 1171await auto.WaitForAnyPromptAsync(counter); 1179await auto.WaitForAnyPromptAsync(counter);
Helpers\KubernetesDeployTestHelpers.cs (3)
321await auto.WaitForAnyPromptAsync(counter); 420await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromSeconds(30)); 425await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromSeconds(30));
IsolatedInstancesOtelLogsTests.cs (4)
79await auto.WaitForAnyPromptAsync(counter); 84await auto.WaitForAnyPromptAsync(counter); 95await auto.WaitForAnyPromptAsync(counter); 100await auto.WaitForAnyPromptAsync(counter);
KubernetesDeployWithPersistentVolumeTests.cs (1)
284await auto.WaitForAnyPromptAsync(counter);
KubernetesDeployWithProjectPersistentVolumeTests.cs (1)
246await auto.WaitForAnyPromptAsync(counter);
LocalConfigMigrationTests.cs (2)
98await auto.WaitForAnyPromptAsync(counter, timeout: TimeSpan.FromSeconds(30)); 162await auto.WaitForAnyPromptAsync(counter, timeout: TimeSpan.FromMinutes(1));
OtelLogsTests.cs (2)
73await auto.WaitForAnyPromptAsync(counter); 84await auto.WaitForAnyPromptAsync(counter);
RadiusDeployTests.cs (1)
223await auto.WaitForAnyPromptAsync(counter);
ResourceCommandTests.cs (2)
197await auto.WaitForAnyPromptAsync(counter, timeout: TimeSpan.FromSeconds(30)); 277await auto.WaitForAnyPromptAsync(counter, timeout: TimeSpan.FromSeconds(30));
SingleFileAppHostInitDotnetRunTests.cs (1)
104await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromMinutes(1));
StopNonInteractiveTests.cs (4)
72await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromSeconds(30)); 131await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromSeconds(30)); 196await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromSeconds(30)); 254await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromSeconds(30));
tests\Shared\Hex1bAutomatorTestHelpers.cs (1)
121await auto.WaitForAnyPromptAsync(counter, promptGrace);
TypeScriptPolyglotTests.cs (2)
319await auto.WaitForAnyPromptAsync(counter); 391await auto.WaitForAnyPromptAsync(counter);
UpdateChannelNuGetConfigOrderingTests.cs (1)
200await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromSeconds(30));