Package

blended

itestsupport

Permalink

package itestsupport

Visibility
  1. Public
  2. All

Type Members

  1. trait BlendedIntegrationTestSupport extends AnyRef

    Permalink
  2. class BlendedTestContextManager extends Actor with ActorLogging with MemoryStash

    Permalink
  3. case class ContainerLink(container: String, hostname: String) extends Product with Serializable

    Permalink
  4. 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

    Permalink
  5. case class NamedContainerPort(name: String, privatePort: Int, publicPort: Int) extends Product with Serializable

    Permalink
  6. trait TestContextConfigurator extends AnyRef

    Permalink
  7. class TestContextCreator extends Actor with ActorLogging

    Permalink
  8. case class VolumeConfig(hostDirectory: String, containerDirectory: String) extends Product with Serializable

    Permalink

Value Members

  1. object ContainerLink extends Serializable

    Permalink
  2. object ContainerUnderTest extends Serializable

    Permalink
  3. object NamedContainerPort extends Serializable

    Permalink
  4. object ShellExecutor

    Permalink
  5. object VolumeConfig extends Serializable

    Permalink
  6. package compress

    Permalink
  7. package condition

    Permalink
  8. package docker

    Permalink
  9. package jms

    Permalink
  10. package jmx

    Permalink
  11. package jolokia

    Permalink
  12. package protocol

    Permalink

Ungrouped