19 references to WaitForTextAsync
Aspire.Hosting.Milvus.Tests (3)
MilvusFunctionalTests.cs (3)
31await app.WaitForTextAsync("Milvus Proxy successfully initialized and ready to serve", milvus.Resource.Name); 105await app.WaitForTextAsync("Milvus Proxy successfully initialized and ready to serve", milvus1.Resource.Name); 152await app.WaitForTextAsync("Milvus Proxy successfully initialized and ready to serve", milvus2.Resource.Name);
Aspire.Hosting.Nats.Tests (5)
NatsFunctionalTests.cs (5)
36await app.WaitForTextAsync("Listening for client connections", nats.Resource.Name); 81await app.WaitForTextAsync("Listening for client connections", nats.Resource.Name); 123await 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 (1)
PostgresFunctionalTests.cs (1)
87await app.WaitForTextAsync("Listening at", resourceName: adminBuilder.Resource.Name);
Aspire.Hosting.Redis.Tests (1)
RedisFunctionalTests.cs (1)
81await app.WaitForTextAsync("Redis Connection", resourceName: commanderBuilder.Resource.Name);
Aspire.Hosting.Seq.Tests (3)
SeqFunctionalTests.cs (3)
27await app.WaitForTextAsync("Seq listening on", seq.Resource.Name); 102await app.WaitForTextAsync("Seq listening on", seq1.Resource.Name); 138await app.WaitForTextAsync("Seq listening on", seq2.Resource.Name);
Aspire.Hosting.Tests (6)
DistributedApplicationTests.cs (3)
1006await app.WaitForTextAsync("Content root path:", resourceName: testProgram.ServiceABuilder.Resource.Name).DefaultTimeout(TestConstants.LongTimeoutDuration); 1072await app.WaitForTextAsync("Application started.").DefaultTimeout(TestConstants.DefaultOrchestratorTestTimeout); 1122await 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);