37 references to WaitForAnyPromptAsync
Aspire.Cli.EndToEnd.Tests (37)
ChannelUpdateWorkflowTests.cs (1)
204
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromSeconds(30));
ConfigDiscoveryTests.cs (1)
195
await auto.
WaitForAnyPromptAsync
(counter, timeout: TimeSpan.FromSeconds(30));
ConfigMigrationTests.cs (3)
158
await auto.
WaitForAnyPromptAsync
(counter);
328
await auto.
WaitForAnyPromptAsync
(counter);
485
await auto.
WaitForAnyPromptAsync
(counter);
DoctorCommandTests.cs (1)
210
await auto.
WaitForAnyPromptAsync
(counter);
EntityFrameworkCoreDeploymentTests.cs (1)
80
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromMinutes(2));
Helpers\CliE2EAutomatorHelpers.cs (5)
519
await auto.
WaitForAnyPromptAsync
(counter);
995
await auto.
WaitForAnyPromptAsync
(counter);
1142
await auto.
WaitForAnyPromptAsync
(counter);
1152
await auto.
WaitForAnyPromptAsync
(counter);
1160
await auto.
WaitForAnyPromptAsync
(counter);
Helpers\KubernetesDeployTestHelpers.cs (4)
312
await auto.
WaitForAnyPromptAsync
(counter);
407
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromSeconds(30));
412
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromSeconds(30));
440
await auto.
WaitForAnyPromptAsync
(counter);
IsolatedInstancesOtelLogsTests.cs (4)
79
await auto.
WaitForAnyPromptAsync
(counter);
84
await auto.
WaitForAnyPromptAsync
(counter);
95
await auto.
WaitForAnyPromptAsync
(counter);
100
await auto.
WaitForAnyPromptAsync
(counter);
KubernetesDeployWithPersistentVolumeTests.cs (1)
284
await auto.
WaitForAnyPromptAsync
(counter);
KubernetesDeployWithProjectPersistentVolumeTests.cs (1)
246
await auto.
WaitForAnyPromptAsync
(counter);
LocalConfigMigrationTests.cs (2)
98
await auto.
WaitForAnyPromptAsync
(counter, timeout: TimeSpan.FromSeconds(30));
162
await auto.
WaitForAnyPromptAsync
(counter, timeout: TimeSpan.FromMinutes(1));
OtelLogsTests.cs (2)
73
await auto.
WaitForAnyPromptAsync
(counter);
84
await auto.
WaitForAnyPromptAsync
(counter);
RadiusDeployTests.cs (1)
221
await auto.
WaitForAnyPromptAsync
(counter);
ResourceCommandTests.cs (2)
197
await auto.
WaitForAnyPromptAsync
(counter, timeout: TimeSpan.FromSeconds(30));
277
await auto.
WaitForAnyPromptAsync
(counter, timeout: TimeSpan.FromSeconds(30));
SingleFileAppHostInitDotnetRunTests.cs (1)
104
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromMinutes(1));
StopNonInteractiveTests.cs (4)
72
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromSeconds(30));
131
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromSeconds(30));
196
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromSeconds(30));
254
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromSeconds(30));
tests\Shared\Hex1bAutomatorTestHelpers.cs (1)
121
await auto.
WaitForAnyPromptAsync
(counter, promptGrace);
TypeScriptPolyglotTests.cs (1)
296
await auto.
WaitForAnyPromptAsync
(counter);
UpdateChannelNuGetConfigOrderingTests.cs (1)
200
await auto.
WaitForAnyPromptAsync
(counter, TimeSpan.FromSeconds(30));