com.dimafeng.testcontainers
package com.dimafeng.testcontainers
Members list
Type members
Classlikes
class PostgreSQLContainer(dockerImageNameOverride: Option[DockerImageName], databaseName: Option[String], pgUsername: Option[String], pgPassword: Option[String], mountPostgresDataToTmpfs: Boolean, urlParams: Map[String, String], commonJdbcParams: CommonParams) extends SingleContainer[PostgreSQLContainer[_]], JdbcDatabaseContainer
Attributes
- Companion
- object
- Supertypes
-
trait JdbcDatabaseContainerclass SingleContainer[PostgreSQLContainer[_]]trait TestContainerProxy[PostgreSQLContainer[_]]trait Containertrait Stoppabletrait Andabletrait Startabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
object PostgreSQLContainer
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PostgreSQLContainer.type
In this article