Package

com.dimafeng.testcontainers

lifecycle

Permalink

package lifecycle

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Andable extends AnyRef

    Permalink

    Gives you a possibility to write container1 and container2.

    Gives you a possibility to write container1 and container2.

    Used for tests DSL.

  2. trait Stoppable extends AutoCloseable with Andable

    Permalink
  3. trait TestLifecycleAware extends AnyRef

    Permalink
  4. final case class and[A1 <: Andable, A2 <: Andable](head: A1, tail: A2) extends Andable with Product with Serializable

    Permalink

Value Members

  1. object Andable

    Permalink

Ungrouped