Property

object Property extends PropertyTOps
class Object
trait Matchable
class Any

Value members

Inherited methods

def check(config: PropertyConfig, p: PropertyT[Result], seed: Seed): Report
Inherited from
PropertyTOps
def cover(label: Label[Cover]): PropertyT[Unit]
Inherited from
PropertyTOps
def discard: PropertyT[Unit]
Inherited from
PropertyTOps
def error[A](e: Exception): PropertyT[A]
Inherited from
PropertyTOps
def failure: PropertyT[Unit]
Inherited from
PropertyTOps
def failureA[A]: PropertyT[A]
Inherited from
PropertyTOps
def fromGen[A](gen: GenT[A]): PropertyT[A]
Inherited from
PropertyTOps
def hoist[A](a: (Journal, A)): PropertyT[A]
Inherited from
PropertyTOps
def info(log: String): PropertyT[Unit]
Inherited from
PropertyTOps
def point[A](value: => A): PropertyT[A]
Inherited from
PropertyTOps
def recheck(config: PropertyConfig, size: Size, seed: Seed)(p: PropertyT[Result]): Report
Inherited from
PropertyTReporting
def report(config: PropertyConfig, size0: Option[Size], seed0: Seed, p: PropertyT[Result]): Report
Inherited from
PropertyTReporting
def takeSmallest(n: ShrinkCount, slimit: ShrinkLimit, t: Tree[Option[(Journal, Option[Result])]]): Status
Inherited from
PropertyTReporting
def takeSmallestExample(n: ShrinkCount, slimit: ShrinkLimit, name: LabelName, t: Tree[Option[(Journal, Option[Result])]]): List[Log]
Inherited from
PropertyTReporting
@tailrec
final def takeSmallestG[A, B](n: ShrinkCount, slimit: ShrinkLimit, t: Tree[A])(p: A => Boolean)(e: (ShrinkCount, A) => B): B
Inherited from
PropertyTReporting
def writeLog(log: Log): PropertyT[Unit]
Inherited from
PropertyTOps