Class OracleFreeContainerSupport

java.lang.Object
io.micronaut.testresources.testcontainers.OracleFreeContainerSupport

@Internal public final class OracleFreeContainerSupport extends Object
Provides shared Oracle Free container defaults.
  • Method Details

    • createContainer

      public static <T extends org.testcontainers.containers.GenericContainer<? extends T>> T createContainer(Supplier<T> containerSupplier)
      Creates an Oracle Free container with the provider default startup timeout.
      Type Parameters:
      T - the container type
      Parameters:
      containerSupplier - the container supplier
      Returns:
      the configured container