Object

nyaya.prop

Prop

Related Doc: package prop

Permalink

object Prop

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Prop
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final class AllPresentB[A] extends AnyVal

    Permalink
  2. final class BlacklistB[A] extends AnyVal

    Permalink
  3. final class EqualB[A] extends AnyVal

    Permalink
  4. final class WhitelistB[A] extends AnyVal

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allPresent[A](name: String): AllPresentB[A]

    Permalink

    Test that all (A's) Bs are present in A's Cs.

    Test that all (A's) Bs are present in A's Cs.

    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def assert[A](l: ⇒ Prop[A])(a: ⇒ A): Unit

    Permalink
    Annotations
    @elidable( elidable.ASSERTION )
  7. def atom[A](name: ⇒ String, t: (A) ⇒ FailureReasonO): Prop[A]

    Permalink
  8. def blacklist[A](name: String): BlacklistB[A]

    Permalink

    Test that none of A's Cs are on a blacklist.

    Test that none of A's Cs are on a blacklist.

    Annotations
    @inline()
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def distinct[A](name: ⇒ String): Prop[Stream[A]]

    Permalink
  11. def distinct[A, B](name: ⇒ String, f: (A) ⇒ GenTraversable[B]): Prop[A]

    Permalink
  12. def distinctC[C[_], A](name: ⇒ String)(implicit ev: <:<[C[A], GenTraversable[A]]): Prop[C[A]]

    Permalink
  13. def either[A, B](name: ⇒ String, f: (A) ⇒ \/[String, B])(p: Prop[B]): Prop[A]

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equal[A](name: ⇒ String): EqualB[A]

    Permalink
  16. def equal[A, B](name: ⇒ String, actual: (A) ⇒ B, expect: (A) ⇒ B)(implicit arg0: Equal[B]): Prop[A]

    Permalink
  17. def equalSelf[A](name: ⇒ String, f: (A) ⇒ A)(implicit arg0: Equal[A]): Prop[A]

    Permalink
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def eval[A](q: (A) ⇒ EvalL): Prop[A]

    Permalink
  20. def evaln[A](name: ⇒ String, q: (A) ⇒ EvalL): Prop[A]

    Permalink
  21. def fail[A](name: ⇒ String, reason: String): Prop[A]

    Permalink
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def forall[A, F[_], B](f: (A) ⇒ F[B])(prop: (A) ⇒ Prop[B])(implicit arg0: Foldable[F]): Prop[A]

    Permalink
  24. def forallS[A, F[_], B, C](f: (A) ⇒ F[B])(prop: (A) ⇒ Prop[C])(implicit arg0: Foldable[F], ev: <:<[B, C]): Prop[A]

    Permalink
  25. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def pass[A](name: String = "Pass"): Prop[A]

    Permalink
  32. def reason(b: Boolean, r: ⇒ String): FailureReasonO

    Permalink
  33. def reasonBool(b: Boolean, input: ⇒ Any): FailureReasonO

    Permalink
  34. def reasonEq[A](a: A, e: A)(implicit arg0: Equal[A]): FailureReasonO

    Permalink
  35. def run[A](l: Prop[A])(a: A): Eval

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def test[A](name: ⇒ String, t: (A) ⇒ Boolean): Prop[A]

    Permalink
  38. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def whitelist[A](name: String): WhitelistB[A]

    Permalink

    Test that all of A's Cs are on a whitelist.

    Test that all of A's Cs are on a whitelist.

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped