Class CommonContainerProperties
java.lang.Object
com.playtika.testcontainer.common.properties.CommonContainerProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCopy a local file or directory from the classpath into the container.static classMount a local file or directory from the host as a container volume with READ_ONLY or READ_WRITE access mode.static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringSpecify default Docker image that is used by org.testcontainers:xyz module, so that we can mark your custom image as a compatible with the default one.
-
Constructor Details
-
CommonContainerProperties
public CommonContainerProperties()
-
-
Method Details
-
getTimeoutDuration
-
getDefaultDockerImage
Specify default Docker image that is used by org.testcontainers:xyz module, so that we can mark your custom image as a compatible with the default one.For more details check
ContainerUtils.getDockerImageName(com.playtika.testcontainer.common.properties.CommonContainerProperties).
-