de
.
wayofquality
.
blended
.
itestsupport
.
docker
protocol
package
protocol
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
protocol
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
case class
ContainerManagerStarted
(
containerUnderTest:
DockerResult
[
Map
[
String
,
ContainerUnderTest
]]
)
extends
Product
with
Serializable
case class
ContainerStarted
(
cut:
DockerResult
[
ContainerUnderTest
]
)
extends
Product
with
Serializable
case class
ContainerStopped
(
name:
DockerResult
[
String
]
)
extends
Product
with
Serializable
case class
DependenciesStarted
(
container:
DockerResult
[
ContainerUnderTest
]
)
extends
Product
with
Serializable
type
DockerResult
[
T
]
=
Either
[
Exception
,
T
]
case class
StartContainer
(
name:
String
)
extends
Product
with
Serializable
case class
StartContainerManager
(
containerUnderTest:
Map
[
String
,
ContainerUnderTest
]
)
extends
Product
with
Serializable
case class
StopContainerManager
(
timeout:
FiniteDuration
)
extends
Product
with
Serializable
Value Members
object
ContainerManagerStopped
extends
Product
with
Serializable
object
StopContainer
extends
Product
with
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped