object Prop extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Prop
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ES: ExecutorService
- val S: Gen[ExecutorService]
- def apply(f: (TestCases, RNG) => Result): Prop
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildMsg[A](s: A, e: Exception): String
- def check(p: => Boolean): Prop
- def checkPar(p: Par[Boolean]): Prop
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equal[A](p: Par[A], p2: Par[A]): Par[Boolean]
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def forAll[A](g: (Int) => Gen[A])(f: (A) => Boolean): Prop
- def forAll[A](g: SGen[A])(f: (A) => Boolean): Prop
- def forAll[A](as: Gen[A])(f: (A) => Boolean): Prop
- def forAllPar[A](g: Gen[A])(f: (A) => Par[Boolean]): Prop
- def forAllPar2[A](g: Gen[A])(f: (A) => Par[Boolean]): Prop
- def forAllPar3[A](g: Gen[A])(f: (A) => Par[Boolean]): Prop
- val forkProp: Prop
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val p1: Prop
- val p2: Prop
- val p3: Prop
- val p4: Prop
- val pint: Gen[Par[Int]]
- def randomStream[A](g: Gen[A])(rng: RNG): Stream[A]
- def run(p: Prop, maxSize: Int = 100, testCases: Int = 100, rng: RNG = RNG.Simple(System.currentTimeMillis)): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- case object Passed extends Result with Product with Serializable
- case object Proved extends Result with Product with Serializable