18 references to WaitForTextAsync
Aspire.Hosting.Milvus.Tests (3)
MilvusFunctionalTests.cs (3)
32await app.WaitForTextAsync("Milvus Proxy successfully initialized and ready to serve", milvus.Resource.Name); 106await app.WaitForTextAsync("Milvus Proxy successfully initialized and ready to serve", milvus1.Resource.Name); 153await app.WaitForTextAsync("Milvus Proxy successfully initialized and ready to serve", milvus2.Resource.Name);
Aspire.Hosting.Nats.Tests (5)
NatsFunctionalTests.cs (5)
37await app.WaitForTextAsync("Listening for client connections", nats.Resource.Name); 82await app.WaitForTextAsync("Listening for client connections", nats.Resource.Name); 124await app.WaitForTextAsync("Listening for client connections", nats.Resource.Name); 186await app.WaitForTextAsync("Listening for client connections", nats1.Resource.Name); 234await app.WaitForTextAsync("Listening for client connections", nats2.Resource.Name);
Aspire.Hosting.PostgreSQL.Tests (1)
PostgresFunctionalTests.cs (1)
88await app.WaitForTextAsync("Listening at", resourceName: adminBuilder.Resource.Name);
Aspire.Hosting.Redis.Tests (1)
RedisFunctionalTests.cs (1)
79await app.WaitForTextAsync("Redis Connection", resourceName: commanderBuilder.Resource.Name);
Aspire.Hosting.Seq.Tests (3)
SeqFunctionalTests.cs (3)
28await app.WaitForTextAsync("Seq listening on", seq.Resource.Name); 103await app.WaitForTextAsync("Seq listening on", seq1.Resource.Name); 139await app.WaitForTextAsync("Seq listening on", seq2.Resource.Name);
Aspire.Hosting.Tests (5)
DistributedApplicationTests.cs (2)
1001await app.WaitForTextAsync("Application started.").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1051await app.WaitForTextAsync("Application started.").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout);
TestProgramFixture.cs (3)
68await App.WaitForTextAsync("Application started.", "servicea", cancellationToken); 72await App.WaitForTextAsync("Application started.", "serviceb", cancellationToken); 76await App.WaitForTextAsync("Application started.", "servicec", cancellationToken);