package
itestsupport
Type Members
-
-
class
BlendedTestContextManager extends Actor with ActorLogging with MemoryStash
-
case class
ContainerLink(container: String, hostname: String) extends Product with Serializable
-
case class
ContainerUnderTest(ctName: String, imgPattern: String, imgId: String, dockerName: String, volumes: List[VolumeConfig] = List.empty, links: List[ContainerLink] = List.empty, ports: Map[String, NamedContainerPort] = Map.empty, env: Map[String, String] = Map.empty) extends Product with Serializable
-
case class
NamedContainerPort(name: String, privatePort: Int, publicPort: Int) extends Product with Serializable
-
-
class
TestContextCreator extends Actor with ActorLogging
-
case class
VolumeConfig(hostDirectory: String, containerDirectory: String) extends Product with Serializable