public class TestcontainersSettings extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestcontainersSettings.Builder
The
TestContainersSettings builder. |
Modifier and Type | Method and Description |
---|---|
static TestcontainersSettings.Builder |
builder()
A new builder for
TestcontainersSettings . |
static TestcontainersSettings |
defaultSettings()
TestcontainersSettings based on defaults. |
String |
getBaseImage() |
Collection<org.testcontainers.containers.GenericContainer<?>> |
getDependencies() |
Map<String,String> |
getEnvVars() |
org.slf4j.Logger |
getLogger() |
org.testcontainers.containers.Network |
getNetwork() |
public static TestcontainersSettings.Builder builder()
TestcontainersSettings
.public static TestcontainersSettings defaultSettings()
TestcontainersSettings
based on defaults.public org.testcontainers.containers.Network getNetwork()
public org.slf4j.Logger getLogger()
public String getBaseImage()
public Collection<org.testcontainers.containers.GenericContainer<?>> getDependencies()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.