t

wvlet.airspec.spi

PropertyCheck

trait PropertyCheck extends Asserts

Self Type
PropertyCheck with AirSpecSpi
Linear Supertypes
Asserts, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyCheck
  2. Asserts
  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 assert(cond: => Boolean, message: String)(implicit code: SourceCode): Unit
    Attributes
    protected
    Definition Classes
    Asserts
  6. def assert(cond: => Boolean)(implicit code: SourceCode): Unit
    Attributes
    protected
    Definition Classes
    Asserts
  7. def assertEquals(a: Double, b: Double, delta: Double)(implicit code: SourceCode): Unit
    Attributes
    protected
    Definition Classes
    Asserts
  8. def assertEquals(a: Float, b: Float, delta: Double)(implicit code: SourceCode): Unit
    Attributes
    protected
    Definition Classes
    Asserts
  9. def cancel(reason: String = "cancelled")(implicit code: SourceCode): Unit
    Attributes
    protected
    Definition Classes
    Asserts
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def fail(reason: String = "failed")(implicit code: SourceCode): Unit
    Attributes
    protected
    Definition Classes
    Asserts
  14. def flaky[U](block: => U)(implicit code: SourceCode): U

    Mark a part of test code as flaky.

    Mark a part of test code as flaky. All failures inside this block will be reported as skipped.

    Attributes
    protected
    Definition Classes
    Asserts
  15. def forAll[A1, A2, A3, U](checker: (A1, A2, A3) => U)(implicit a1: Arbitrary[A1], s1: Shrink[A1], pp1: (A1) => Pretty, a2: Arbitrary[A2], s2: Shrink[A2], pp2: (A2) => Pretty, a3: Arbitrary[A3], s3: Shrink[A3], pp3: (A3) => Pretty): Unit
    Attributes
    protected
  16. def forAll[A1, A2, U](g1: Gen[A1], g2: Gen[A2])(checker: (A1, A2) => U)(implicit s1: Shrink[A1], pp1: (A1) => Pretty, s2: Shrink[A2], pp2: (A2) => Pretty): Unit
    Attributes
    protected
  17. def forAll[A1, A2, U](checker: (A1, A2) => U)(implicit a1: Arbitrary[A1], s1: Shrink[A1], pp1: (A1) => Pretty, a2: Arbitrary[A2], s2: Shrink[A2], pp2: (A2) => Pretty): Unit
    Attributes
    protected
  18. def forAll[A1, U](gen: Gen[A1])(checker: (A1) => U)(implicit s1: Shrink[A1], pp1: (A1) => Pretty): Unit
    Attributes
    protected
  19. def forAll[A1, U](checker: (A1) => U)(implicit a1: Arbitrary[A1], s1: Shrink[A1], pp1: (A1) => Pretty): Unit
    Attributes
    protected
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def ignore(reason: String = "ignored")(implicit code: SourceCode): Unit
    Attributes
    protected
    Definition Classes
    Asserts
  23. def intercept[E <: Throwable](block: => Unit)(implicit arg0: ClassTag[E], code: SourceCode): E
    Attributes
    protected
    Definition Classes
    Asserts
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def pending(reason: String = "pending")(implicit code: SourceCode): Unit
    Attributes
    protected
    Definition Classes
    Asserts
  29. def pendingUntil(reason: String = "pending")(implicit code: SourceCode): Unit
    Attributes
    protected
    Definition Classes
    Asserts
  30. def scalaCheckConfig: Parameters
    Attributes
    protected
  31. def skip(reason: String = "skipped")(implicit code: SourceCode): Unit
    Attributes
    protected
    Definition Classes
    Asserts
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from Asserts

Inherited from AnyRef

Inherited from Any

Ungrouped