Trait

teststate.dsl.Dsl

Types

Related Doc: package Dsl

Permalink

trait Types[F[_], R, O, S, E] extends Any

Linear Supertypes
Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Types
  2. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type ActionName = NameFn[ROS]

    Permalink
  2. final type Actions = Sack[data.ROS[R, O, S], Or[NamedError[Failure[E]], Outer[F, R, O, S, E]]]

    Permalink
  3. final type AroundName = NameFn[BeforeAfter[OS]]

    Permalink
  4. final type Arounds = Sack[data.OS[O, S], Or[NamedError[Failure[E]], Around[data.OS[O, S], E]]]

    Permalink
  5. final type AssertionName = NameFn[OS]

    Permalink
  6. final type Invariants = Sack[data.OS[O, S], Or[NamedError[Failure[E]], Invariant[data.OS[O, S], E]]]

    Permalink
  7. final type OS = data.OS[O, S]

    Permalink
  8. final type Plan = run.Plan[F, R, O, S, E]

    Permalink
  9. final type PlanWithInitialState = run.PlanWithInitialState[F, R, O, S, E]

    Permalink
  10. final type Points = Sack[data.OS[O, S], Or[NamedError[Failure[E]], Point[data.OS[O, S], E]]]

    Permalink
  11. final type ROS = data.ROS[R, O, S]

    Permalink
  12. final type Test = run.Test[F, R, O, S, E]

    Permalink
  13. final type TestWithInitialState = run.TestWithInitialState[F, R, O, S, E]

    Permalink

Abstract Value Members

  1. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  7. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  8. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from Any

Ungrouped