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

Linear Supertypes
Serializable, Serializable, Product, Equals, PlanLike[F, R, O, S, E, Test[F, R, O, S, E]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Test
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PlanLike
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Test(plan: Plan[F, R, O, S, E], observer: Observer[R, O, E], retryPolicy: Policy)(implicit attempt: ErrorHandler[E])

Type Members

  1. type Self[FF[_], RR, OO, SS, EE] = Test[FF, RR, OO, SS, EE]
    Definition Classes
    TestPlanLike

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def actions: core.CoreExports.Actions[F, R, O, S, E]
    Definition Classes
    PlanLike
  5. def addInvariants(i: core.CoreExports.Invariants[O, S, E]): Test[F, R, O, S, E]
    Definition Classes
    PlanLike
  6. final def asAction(name: NameFn[ROS[R, O, S]]): core.CoreExports.Actions[F, R, O, S, E]
    Definition Classes
    PlanLike
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. implicit val attempt: ErrorHandler[E]
  9. final def clearName: Test[F, R, O, S, E]
    Definition Classes
    PlanLike
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. implicit val executionModel: ExecutionModel[F]
    Definition Classes
    PlanLike
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def invariants: core.CoreExports.Invariants[O, S, E]
    Definition Classes
    PlanLike
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def mapE[EE](f: (E) ⇒ EE): Self[F, R, O, S, EE]
  17. def mapR[R2](f: (R2) ⇒ R): Self[F, R2, O, S, E]
  18. def mapS[SS](g: (SS) ⇒ S)(s: (SS, S) ⇒ SS): Self[F, R, O, SS, E]
  19. final def modActions(f: (core.CoreExports.Actions[F, R, O, S, E]) ⇒ core.CoreExports.Actions[F, R, O, S, E]): Test[F, R, O, S, E]
    Definition Classes
    PlanLike
  20. final def modInvariants(f: (core.CoreExports.Invariants[O, S, E]) ⇒ core.CoreExports.Invariants[O, S, E]): Test[F, R, O, S, E]
    Definition Classes
    PlanLike
  21. final def modPlan(f: (Plan[F, R, O, S, E]) ⇒ Plan[F, R, O, S, E]): Test[F, R, O, S, E]
    Attributes
    protected
    Definition Classes
    PlanLike
  22. def name: Option[Name]
    Definition Classes
    PlanLike
  23. final def named(name: Name): Test[F, R, O, S, E]
    Definition Classes
    PlanLike
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val observer: Observer[R, O, E]
  28. val plan: Plan[F, R, O, S, E]
    Definition Classes
    TestPlanLike
  29. def pmapR[R2](f: (R2) ⇒ Or[E, R]): Self[F, R2, O, S, E]
  30. val retryPolicy: Policy
  31. def runU(initialState: S)(implicit ev: =:=[Unit, R]): F[Report[E]]
  32. final def setActions(actions: core.CoreExports.Actions[F, R, O, S, E]): Test[F, R, O, S, E]
    Definition Classes
    PlanLike
  33. final def setInvariants(invariants: core.CoreExports.Invariants[O, S, E]): Test[F, R, O, S, E]
    Definition Classes
    PlanLike
  34. def setPlan(p: Plan[F, R, O, S, E]): Self[F, R, O, S, E]
    Definition Classes
    TestPlanLike
  35. def stateless(implicit ev: =:=[Unit, S]): TestWithInitialState[F, R, O, S, E]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def trans[G[_]](t: ~~>[F, G])(implicit arg0: ExecutionModel[G]): Self[G, R, O, S, E]
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withInitialState(s: S): TestWithInitialState[F, R, O, S, E]
  42. def withRetryPolicy(p: Policy): Test[F, R, O, S, E]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def run(initialState: S, ref: ⇒ R): F[Report[E]]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.0) Use withInitialState(s).withRefByName(ref).run()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PlanLike[F, R, O, S, E, Test[F, R, O, S, E]]

Inherited from AnyRef

Inherited from Any

Ungrouped