Package

org.zalando.test.kit

service

Permalink

package service

Visibility
  1. Public
  2. All

Type Members

  1. class DatabaseTestService extends TestService

    Permalink
  2. case class DockerContainerConfig(imageNameSubstring: String, dockerApiUri: String, serviceName: Option[String] = None, portBindings: Set[PortBindingConfig] = Set.empty, sharedFolders: Set[SharedFolderConfig] = Set.empty, commandLineArguments: Seq[String] = Seq.empty) extends Product with Serializable

    Permalink
  3. class DockerContainerTestService extends TestService with StrictLogging

    Permalink
  4. trait ExpectationVerification extends AnyRef

    Permalink
  5. case class HealthCheckConfig(url: String, timeout: FiniteDuration) extends Product with Serializable

    Permalink
  6. class JvmTestService extends TestService with StrictLogging

    Permalink
  7. class MockServerTestService extends TestService with StrictLogging with ExpectationVerification

    Permalink
  8. case class PortBindingConfig(internal: Int, external: Int) extends Product with Serializable

    Permalink
  9. trait ReadinessNotifier extends AnyRef

    Permalink
  10. sealed trait Ready extends AnyRef

    Permalink
  11. case class SharedFolderConfig(internal: String, external: String) extends Product with Serializable

    Permalink
  12. trait SuiteLifecycle extends TestService

    Permalink
  13. trait TestLifecycle extends TestService

    Permalink
  14. trait TestService extends AnyRef

    Permalink

Value Members

  1. object ReadinessNotifier

    Permalink
  2. object Ready extends Ready with Product with Serializable

    Permalink
  3. object TestService

    Permalink

Ungrouped