Package

cakesolutions.docker

testkit

Permalink

package testkit

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. testkit
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Accept(failures: String*) extends Notify with Product with Serializable

    Permalink
  2. sealed trait Action[State] extends AnyRef

    Permalink
  3. type Behaviour[State, Event] = PartialFunction[State, PartialFunction[ObservedEvent[Event], Action[State]]]

    Permalink
  4. final class DockerCompose extends AnyRef

    Permalink
  5. trait DockerComposeTestKit extends AnyRef

    Permalink
  6. final class DockerImage extends DockerInspection

    Permalink
  7. final case class Fail(reasons: String*) extends Exception with Notify with Product with Serializable

    Permalink
  8. final case class Goto[State](state: State, forMax: Option[FiniteDuration] = None, emit: Option[Notify] = None) extends Action[State] with Product with Serializable

    Permalink
  9. implicit class LogicalOperators[Model] extends AnyRef

    Permalink
  10. sealed abstract case class Monitor[IOState, Event] extends Product with Serializable

    Permalink
  11. sealed trait Notify extends AnyRef

    Permalink
  12. final case class Observe[Event](event: Event) extends ObservedEvent[Event] with Product with Serializable

    Permalink
  13. sealed trait ObservedEvent[+Event] extends AnyRef

    Permalink
  14. final case class Stay[State](emit: Option[Notify] = None) extends Action[State] with Product with Serializable

    Permalink
  15. final case class Stop[State](toEmit: Notify) extends Action[State] with Product with Serializable

    Permalink

Value Members

  1. object DockerComposeTestKit

    Permalink
  2. object Goto extends Serializable

    Permalink
  3. object Monitor extends Serializable

    Permalink
  4. object StateTimeout extends Throwable with ObservedEvent[Nothing] with Product with Serializable

    Permalink
  5. object Stay extends Serializable

    Permalink
  6. package clients

    Permalink
  7. package logging

    Permalink
  8. package network

    Permalink
  9. package yaml

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped