5 references to WaitForTextAsync
Aspire.Playground.Tests (5)
AppHostTests.cs (1)
47
var tasks = testEndpoints.WaitForTexts.Select(x => app.
WaitForTextAsync
(log => new Regex(x.Pattern).IsMatch(log), x.ResourceName)).ToArray();
tests\Aspire.Hosting.Tests\Utils\LoggerNotificationExtensions.cs (4)
28
return
WaitForTextAsync
(app, (log) => log.Contains(logText), resourceName, cancellationToken);
52
return app.
WaitForTextAsync
((log) => logTexts.Any(x => log.Contains(x)), resourceName, cancellationToken);
63
=> app.
WaitForTextAsync
(predicate, resourceName: null, cancellationToken);
102
await app.
WaitForTextAsync
((log) =>