Trait

hedgehog

PropertyTOps

Related Doc: package hedgehog

Permalink

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. All

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def check(config: PropertyConfig, p: PropertyT[Result], seed: Seed): Report

    Permalink
  6. def checkRandom(config: PropertyConfig, p: PropertyT[Result]): Report

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def cover(label: Label[Cover]): PropertyT[Unit]

    Permalink
  9. def discard: PropertyT[Unit]

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

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def error[A](e: Exception): PropertyT[A]

    Permalink
  13. def failure: PropertyT[Unit]

    Permalink
  14. def failureA[A]: PropertyT[A]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fromGen[A](gen: GenT[A]): PropertyT[A]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hoist[A](a: (Journal, A)): PropertyT[A]

    Permalink
  20. def info(log: String): PropertyT[Unit]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def point[A](value: ⇒ A): PropertyT[A]

    Permalink
  26. def recheck(config: PropertyConfig, size: Size, seed: Seed)(p: PropertyT[core.Result]): Report

    Permalink
    Definition Classes
    PropertyTReporting
  27. def report(config: PropertyConfig, size0: Option[Size], seed0: Seed, p: PropertyT[core.Result]): Report

    Permalink
    Definition Classes
    PropertyTReporting
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def takeSmallest(n: ShrinkCount, slimit: ShrinkLimit, t: Tree[Option[(Journal, Option[core.Result])]]): Status

    Permalink
    Definition Classes
    PropertyTReporting
  30. def takeSmallestExample(n: ShrinkCount, slimit: ShrinkLimit, name: LabelName, t: Tree[Option[(Journal, Option[core.Result])]]): List[Log]

    Permalink
    Definition Classes
    PropertyTReporting
  31. final def takeSmallestG[A, B](n: ShrinkCount, slimit: ShrinkLimit, t: Tree[A])(p: (A) ⇒ Boolean)(e: (ShrinkCount, A) ⇒ B): B

    Permalink
    Definition Classes
    PropertyTReporting
    Annotations
    @tailrec()
  32. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def writeLog(log: Log): PropertyT[Unit]

    Permalink

Inherited from PropertyTReporting

Inherited from AnyRef

Inherited from Any

Ungrouped