Def

com.dimafeng.testcontainers.LocalStackContainer.Def
case class Def(dockerImageName: DockerImageName, services: Seq[Service]) 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 = LocalStackContainer

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