Def

com.dimafeng.testcontainers.PostgreSQLContainer.Def
case class Def(dockerImageName: DockerImageName, databaseName: String, username: String, password: String, mountPostgresDataToTmpfs: Boolean, urlParams: Map[String, String], commonJdbcParams: CommonParams) extends ContainerDef

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ContainerDef
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type Container = PostgreSQLContainer

Value members

Concrete methods

Attributes

Definition Classes
ContainerDef

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def start(): Container

Attributes

Inherited from:
ContainerDef