4 references to s_appHostNameFilter
Aspire.Playground.Tests (4)
AppHostTests.cs (4)
295if (string.IsNullOrEmpty(s_appHostNameFilter) || candidateTestEndpoint.AppHostType?.Name.Contains(s_appHostNameFilter, StringComparison.OrdinalIgnoreCase) == true) 301if (!theoryData.Any() && !string.IsNullOrEmpty(s_appHostNameFilter)) 303Assert.Skip($"No test endpoints found matching filter '{s_appHostNameFilter}'");