6 references to IsOnPath
Aspire.TestUtilities (6)
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);