Def

com.dimafeng.testcontainers.Db2Container.Def
case class Def(dockerImageName: DockerImageName, dbName: String, dbUsername: String, dbPassword: String, 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 = Db2Container

Value members

Concrete methods

override def createContainer(): Db2Container

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