Packages

t

hedgehog

PropertyTOps

trait PropertyTOps extends PropertyTReporting

Linear Supertypes
PropertyTReporting, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyTOps
  2. PropertyTReporting
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def check(config: PropertyConfig, p: PropertyT[core.Result], seed: Seed): Report
  6. def checkRandom(config: PropertyConfig, p: PropertyT[core.Result]): Report
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def cover(label: Label[Cover]): PropertyT[Unit]
  9. def discard: PropertyT[Unit]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def error[A](e: Exception): PropertyT[A]
  13. def failure: PropertyT[Unit]
  14. def failureA[A]: PropertyT[A]
  15. def fromGen[A](gen: GenT[A]): PropertyT[A]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hoist[A](a: (Journal, A)): PropertyT[A]
  19. def info(log: String): PropertyT[Unit]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def point[A](value: => A): PropertyT[A]
  25. def recheck(config: PropertyConfig, size: Size, seed: Seed)(p: PropertyT[Result]): Report
    Definition Classes
    PropertyTReporting
  26. def report(config: PropertyConfig, size0: Option[Size], seed0: Seed, p: PropertyT[Result]): Report
    Definition Classes
    PropertyTReporting
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def takeSmallest(n: ShrinkCount, slimit: ShrinkLimit, t: Tree[Option[(Journal, Option[Result])]]): Status
    Definition Classes
    PropertyTReporting
  29. def takeSmallestExample(n: ShrinkCount, slimit: ShrinkLimit, name: LabelName, t: Tree[Option[(Journal, Option[Result])]]): List[Log]
    Definition Classes
    PropertyTReporting
  30. final def takeSmallestG[A, B](n: ShrinkCount, slimit: ShrinkLimit, t: Tree[A])(p: (A) => Boolean)(e: (ShrinkCount, A) => B): B
    Definition Classes
    PropertyTReporting
    Annotations
    @tailrec()
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def writeLog(log: Log): PropertyT[Unit]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from PropertyTReporting

Inherited from AnyRef

Inherited from Any

Ungrouped