Package

teststate

run

Permalink

package run

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

Type Members

  1. final class History[+E] extends AnyRef

    Permalink
  2. final class Observer[-R, +O, +E] extends AnyVal

    Permalink
  3. final class Plan[F[_], R, O, S, E] extends PlanLike[F, R, O, S, E, Plan[F, R, O, S, E]]

    Permalink
  4. sealed abstract class PlanLike[F[_], R, O, S, E, This] extends AnyRef

    Permalink
  5. final case class PlanWithInitialState[F[_], R, O, S, E](plan: Plan[F, R, O, S, E], initialState: S) extends PlanLike[F, R, O, S, E, PlanWithInitialState[F, R, O, S, E]] with Product with Serializable

    Permalink
  6. case class Report[+E](name: Option[Name], history: History[Failure[E]], stats: Stats) extends Product with Serializable

    Permalink
  7. trait ReportFormat extends AnyRef

    Permalink
  8. trait RunImplicits extends AnyRef

    Permalink
  9. final case class RunnableTest[F[_], R, O, S, E](test: Test[F, R, O, S, E], initialState: S, refFnFn: () ⇒ () ⇒ R) extends Product with Serializable

    Permalink
  10. case class Stats(performedActions: Int, performedChecks: Int, retries: Int, totalTime: FiniteDuration) extends Product with Serializable

    Permalink
  11. final case class Test[F[_], R, O, S, E](plan: Plan[F, R, O, S, E], observer: Observer[R, O, E], retryPolicy: Policy)(implicit attempt: ErrorHandler[E]) extends PlanLike[F, R, O, S, E, Test[F, R, O, S, E]] with Product with Serializable

    Permalink
  12. final case class TestWithInitialState[F[_], R, O, S, E](test: Test[F, R, O, S, E], initialState: S) extends PlanLike[F, R, O, S, E, TestWithInitialState[F, R, O, S, E]] with Product with Serializable

    Permalink

Value Members

  1. object History

    Permalink
  2. object Observer

    Permalink
  3. object Plan

    Permalink
  4. object Report extends Serializable

    Permalink
  5. object ReportFormat

    Permalink
  6. object Retry

    Permalink
  7. object Runner

    Permalink
  8. object Stats extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped