catalysts.lawkit

LawSpec

trait LawSpec extends AnyRef

Self Type
LawSpec with LawKit with TestKit
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LawSpec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def forAllImpl1[T1, R](fun: (T1) ⇒ R)(implicit arbA: Arbitrary[T1], shrA: Shrink[T1], pretty1: (T1) ⇒ Pretty): (LawSpec.this)#ForAllResult

  2. abstract def forAllImpl2[T1, T2, R](fun: (T1, T2) ⇒ R)(implicit arbA: Arbitrary[T1], shrA: Shrink[T1], pretty1: (T1) ⇒ Pretty, arbB: Arbitrary[T2], shrB: Shrink[T2], pretty2: (T2) ⇒ Pretty): (LawSpec.this)#ForAllResult

  3. abstract def forAllImpl3[T1, T2, T3, R](fun: (T1, T2, T3) ⇒ R)(implicit arbA: Arbitrary[T1], shrA: Shrink[T1], pretty1: (T1) ⇒ Pretty, arbB: Arbitrary[T2], shrB: Shrink[T2], pretty2: (T2) ⇒ Pretty, arbC: Arbitrary[T3], shrC: Shrink[T3], pretty3: (T3) ⇒ Pretty): (LawSpec.this)#ForAllResult

  4. abstract def forAllImpl4[T1, T2, T3, T4, R](fun: (T1, T2, T3, T4) ⇒ R)(implicit arbA: Arbitrary[T1], shrA: Shrink[T1], pretty1: (T1) ⇒ Pretty, arbB: Arbitrary[T2], shrB: Shrink[T2], pretty2: (T2) ⇒ Pretty, arbC: Arbitrary[T3], shrC: Shrink[T3], pretty3: (T3) ⇒ Pretty, arbD: Arbitrary[T4], shrD: Shrink[T4], pretty4: (T4) ⇒ Pretty): (LawSpec.this)#ForAllResult

  5. abstract def forAllImpl5[T1, T2, T3, T4, T5, R](fun: (T1, T2, T3, T4, T5) ⇒ R)(implicit arbA: Arbitrary[T1], shrA: Shrink[T1], pretty1: (T1) ⇒ Pretty, arbB: Arbitrary[T2], shrB: Shrink[T2], pretty2: (T2) ⇒ Pretty, arbC: Arbitrary[T3], shrC: Shrink[T3], pretty3: (T3) ⇒ Pretty, arbD: Arbitrary[T4], shrD: Shrink[T4], pretty4: (T4) ⇒ Pretty, arbE: Arbitrary[T5], shrE: Shrink[T5], pretty5: (T5) ⇒ Pretty): (LawSpec.this)#ForAllResult

  6. abstract def forAllImpl6[T1, T2, T3, T4, T5, T6, R](fun: (T1, T2, T3, T4, T5, T6) ⇒ R)(implicit arbA: Arbitrary[T1], shrA: Shrink[T1], pretty1: (T1) ⇒ Pretty, arbB: Arbitrary[T2], shrB: Shrink[T2], pretty2: (T2) ⇒ Pretty, arbC: Arbitrary[T3], shrC: Shrink[T3], pretty3: (T3) ⇒ Pretty, arbD: Arbitrary[T4], shrD: Shrink[T4], pretty4: (T4) ⇒ Pretty, arbE: Arbitrary[T5], shrE: Shrink[T5], pretty5: (T5) ⇒ Pretty, arbF: Arbitrary[T6], shrF: Shrink[T6], pretty6: (T6) ⇒ Pretty): (LawSpec.this)#ForAllResult

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def all[T1, T2, T3, T4, T5, T6, R](fun: (T1, T2, T3, T4, T5, T6) ⇒ R): (LawSpec.this)#ForAllResult

    Annotations
    @macroImpl( ... )
  7. def all[T1, T2, T3, T4, T5, R](fun: (T1, T2, T3, T4, T5) ⇒ R): (LawSpec.this)#ForAllResult

    Annotations
    @macroImpl( ... )
  8. def all[T1, T2, T3, T4, R](fun: (T1, T2, T3, T4) ⇒ R): (LawSpec.this)#ForAllResult

    Annotations
    @macroImpl( ... )
  9. def all[T1, T2, T3, R](fun: (T1, T2, T3) ⇒ R): (LawSpec.this)#ForAllResult

    Annotations
    @macroImpl( ... )
  10. def all[T1, T2, R](fun: (T1, T2) ⇒ R): (LawSpec.this)#ForAllResult

    Annotations
    @macroImpl( ... )
  11. def all[T1, R](fun: (T1) ⇒ R): (LawSpec.this)#ForAllResult

    Annotations
    @macroImpl( ... )
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped