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