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 DatabaseTestServiceConfig(port: Int, truncateScript: String) extends Product with Serializable

    Permalink
  3. case class DockerContainerConfig(imageNameSubstring: String, apiUri: 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
  4. class DockerContainerTestService extends TestService with SuiteLifecycle with StrictLogging

    Permalink
  5. trait ExpectationVerification extends AnyRef

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

    Permalink
  7. class MockServerTestService extends TestService with SuiteLifecycle with AsyncAssertions with StrictLogging with ExpectationVerification

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

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

    Permalink
  10. trait SuiteLifecycle extends AnyRef

    Permalink
  11. trait TestLifecycle extends AnyRef

    Permalink
  12. trait TestService extends AnyRef

    Permalink

Value Members

  1. object DockerContainerTestService

    Permalink
  2. object TestService

    Permalink

Ungrouped