37 references to WaitForAnyPromptAsync
Aspire.Cli.EndToEnd.Tests (37)
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 (1)
210await auto.WaitForAnyPromptAsync(counter);
EntityFrameworkCoreDeploymentTests.cs (1)
80await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromMinutes(2));
Helpers\CliE2EAutomatorHelpers.cs (5)
519await auto.WaitForAnyPromptAsync(counter); 995await auto.WaitForAnyPromptAsync(counter); 1142await auto.WaitForAnyPromptAsync(counter); 1152await auto.WaitForAnyPromptAsync(counter); 1160await auto.WaitForAnyPromptAsync(counter);
Helpers\KubernetesDeployTestHelpers.cs (4)
312await auto.WaitForAnyPromptAsync(counter); 407await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromSeconds(30)); 412await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromSeconds(30)); 440await auto.WaitForAnyPromptAsync(counter);
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)
221await 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 (1)
296await auto.WaitForAnyPromptAsync(counter);
UpdateChannelNuGetConfigOrderingTests.cs (1)
200await auto.WaitForAnyPromptAsync(counter, TimeSpan.FromSeconds(30));