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