Class TestEnvironment

java.lang.Object
org.testcontainers.utility.TestEnvironment

public class TestEnvironment extends Object
Provides utility methods for determining facts about the test environment.
  • Method Details

    • dockerApiAtLeast

      public static boolean dockerApiAtLeast(String minimumVersion)
    • dockerExecutionDriverSupportsExec

      public static boolean dockerExecutionDriverSupportsExec()
    • dockerIsDockerMachine

      public static boolean dockerIsDockerMachine()