4 references to WaitForTextAsync
Aspire.Hosting.Testing.Tests (4)
tests\Aspire.Hosting.Tests\Utils\LoggerNotificationExtensions.cs (4)
28return WaitForTextAsync(app, (log) => log.Contains(logText), resourceName, cancellationToken); 52return app.WaitForTextAsync((log) => logTexts.Any(x => log.Contains(x)), resourceName, cancellationToken); 63=> app.WaitForTextAsync(predicate, resourceName: null, cancellationToken); 102await app.WaitForTextAsync((log) =>