5 references to Feature
Aspire.TestUtilities (5)
RequiresFeatureAttribute.cs (5)
30
if ((
Feature
& TestFeature.SSLCertificate) == TestFeature.SSLCertificate && !IsSslCertificateSupported())
34
if ((
Feature
& TestFeature.Playwright) == TestFeature.Playwright && !IsPlaywrightSupported())
38
if ((
Feature
& TestFeature.DevCert) == TestFeature.DevCert && !IsDevCertSupported())
42
if ((
Feature
& TestFeature.Docker) == TestFeature.Docker && !IsDockerSupported())
46
if ((
Feature
& TestFeature.DockerPluginBuildx) == TestFeature.DockerPluginBuildx && !IsDockerPluginBuildxSupported())