Class TestcontainersSettings
java.lang.Object
org.apache.flink.connector.testframe.container.TestcontainersSettings
The configuration holder for Testcontainers.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classTheTestContainersSettingsbuilder. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()A new builder forTestcontainersSettings.static TestcontainersSettingsTestcontainersSettingsbased on defaults.Collection<org.testcontainers.containers.GenericContainer<?>>org.slf4j.Loggerorg.testcontainers.containers.Network
-
Method Details
-
builder
A new builder forTestcontainersSettings.- Returns:
- The builder.
-
defaultSettings
TestcontainersSettingsbased on defaults.- Returns:
- The Testcontainers config.
-
getNetwork
public org.testcontainers.containers.Network getNetwork()- Returns:
- The network.
-
getLogger
public org.slf4j.Logger getLogger()- Returns:
- The logger.
-
getBaseImage
- Returns:
- The base image.
-
getEnvVars
- Returns:
- The environment variables.
-
getDependencies
- Returns:
- The dependencies (other containers).
-