com.dimafeng.testcontainers.PostgreSQLContainer
See thePostgreSQLContainer companion object
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
- Graph
-
- Supertypes
-
trait JdbcDatabaseContainerclass SingleContainer[PostgreSQLContainer[_]]trait TestContainerProxy[PostgreSQLContainer[_]]trait Containertrait Stoppabletrait Andabletrait Startabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Definition Classes
-
Stoppable -> AutoCloseable
- Inherited from:
- Stoppable
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- JdbcDatabaseContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- Andable
Attributes
- Inherited from:
- Startable
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- JdbcDatabaseContainer
Attributes
- Inherited from:
- JdbcDatabaseContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- JdbcDatabaseContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Definition Classes
-
SingleContainer -> Startable
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Definition Classes
-
SingleContainer -> Stoppable -> Andable -> Startable
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- JdbcDatabaseContainer
Attributes
- Inherited from:
- SingleContainer
Attributes
- Inherited from:
- SingleContainer
Deprecated and Inherited methods
Attributes
- Deprecated
- true
- Definition Classes
-
TestContainerProxy -> Container
- Inherited from:
- TestContainerProxy
Attributes
- Deprecated
- true
- Definition Classes
-
TestContainerProxy -> Container
- Inherited from:
- TestContainerProxy
Attributes
- Deprecated
- true
- Inherited from:
- SingleContainer
Attributes
- Deprecated
- true
- Definition Classes
-
TestContainerProxy -> Container
- Inherited from:
- TestContainerProxy
Attributes
- Deprecated
- true
- Definition Classes
-
TestContainerProxy -> Container
- Inherited from:
- TestContainerProxy
Concrete fields
In this article