Class OracleFreeContainerSupport
java.lang.Object
io.micronaut.testresources.testcontainers.OracleFreeContainerSupport
Provides shared Oracle Free container defaults.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends org.testcontainers.containers.GenericContainer<? extends T>>
TcreateContainer(Supplier<T> containerSupplier) Creates an Oracle Free container with the provider default startup timeout.
-
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
-