PropertyTOps

class Object
trait Matchable
class Any
object Property

Value members

Concrete methods

def check(config: PropertyConfig, p: PropertyT[Result], seed: Seed): Report
def cover(label: Label[Cover]): PropertyT[Unit]
def discard: PropertyT[Unit]
def error[A](e: Exception): PropertyT[A]
def failure: PropertyT[Unit]
def failureA[A]: PropertyT[A]
def fromGen[A](gen: GenT[A]): PropertyT[A]
def hoist[A](a: (Journal, A)): PropertyT[A]
def info(log: String): PropertyT[Unit]
def point[A](value: => A): PropertyT[A]
def writeLog(log: Log): PropertyT[Unit]

Inherited methods

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