6 references to IsOnPath
Aspire.Playground.Tests (6)
tests\Aspire.TestUtilities\RequiresFeatureAttribute.cs (6)
108
return
IsOnPath
(KnownContainerRuntimes.Docker) ||
IsOnPath
(KnownContainerRuntimes.Podman);
120
return
IsOnPath
(KnownContainerRuntimes.Docker);
146
return
IsOnPath
(KnownContainerRuntimes.Docker) || TestcontainersPodmanConfiguration.HasUsableEndpoint;
165
return
IsOnPath
(KnownContainerRuntimes.Docker) ||
IsOnPath
(KnownContainerRuntimes.Podman);