4 references to s_appHostNameFilter
Aspire.Playground.Tests (4)
AppHostTests.cs (4)
293if (string.IsNullOrEmpty(s_appHostNameFilter) || candidateTestEndpoint.AppHost?.Contains(s_appHostNameFilter, StringComparison.OrdinalIgnoreCase) == true) 299if (!theoryData.Any() && !string.IsNullOrEmpty(s_appHostNameFilter)) 301throw new SkipTestException($"No test endpoints found matching filter '{s_appHostNameFilter}'");