1 write to WaitForTexts
Aspire.Playground.Tests (1)
AppHostTests.cs (1)
324
WaitForTexts
= waitForTexts;
5 references to WaitForTexts
Aspire.Playground.Tests (5)
AppHostTests.cs (5)
46
if (testEndpoints.
WaitForTexts
!= null)
49
var tasks = testEndpoints.
WaitForTexts
.Select(x => app.WaitForTextAsync(log => new Regex(x.Pattern).IsMatch(log), x.ResourceName)).ToArray();
57
for (int i = 0; i < testEndpoints.
WaitForTexts
.Count; i++)
61
sb.AppendLine($"Timed out waiting for this text from resource {testEndpoints.
WaitForTexts
[i].ResourceName}: {testEndpoints.
WaitForTexts
[i].Pattern}");