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