16 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); 104await app.WaitForTextAsync("Milvus Proxy successfully initialized and ready to serve", milvus1.Resource.Name); 151await 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); 185await app.WaitForTextAsync("Listening for client connections", nats1.Resource.Name); 233await app.WaitForTextAsync("Listening for client connections", nats2.Resource.Name);
Aspire.Hosting.PostgreSQL.Tests (2)
PostgresFunctionalTests.cs (2)
90await app.WaitForTextAsync("Listening at", resourceName: adminBuilder.Resource.Name); 167await app.WaitForTextAsync("Starting server...", resourceName: pgWebBuilder.Resource.Name);
Aspire.Hosting.Redis.Tests (1)
RedisFunctionalTests.cs (1)
80await app.WaitForTextAsync("Redis Connection", resourceName: commanderBuilder.Resource.Name);
Aspire.Hosting.Tests (5)
DistributedApplicationTests.cs (2)
869await app.WaitForTextAsync("Application started.").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 920await 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);