com
.
dimafeng
.
testcontainers
.
PostgreSQLContainer
Def
Related Doc:
package PostgreSQLContainer
case class
Def
(
dockerImageName:
String
=
defaultDockerImageName
,
databaseName:
String
=
defaultDatabaseName
,
username:
String
=
defaultUsername
,
password:
String
=
defaultPassword
,
mountPostgresDataToTmpfs:
Boolean
=
false
)
extends
ContainerDef
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
ContainerDef
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Def
Serializable
Serializable
Product
Equals
ContainerDef
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Def
(
dockerImageName:
String
=
defaultDockerImageName
,
databaseName:
String
=
defaultDatabaseName
,
username:
String
=
defaultUsername
,
password:
String
=
defaultPassword
,
mountPostgresDataToTmpfs:
Boolean
=
false
)
Type Members
type
Container
=
PostgreSQLContainer
Definition Classes
Def
→ ContainerDef
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
createContainer
()
:
PostgreSQLContainer
Definition Classes
Def
→ ContainerDef
val
databaseName
:
String
val
dockerImageName
:
String
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
mountPostgresDataToTmpfs
:
Boolean
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
password
:
String
def
start
()
:
Container
Definition Classes
ContainerDef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
username
:
String
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
ContainerDef
Inherited from
AnyRef
Inherited from
Any
Ungrouped