Trait

wvlet.airspec.spi

PropertyCheck

Related Doc: package spi

Permalink

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. 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 assert(cond: ⇒ Boolean, message: String)(implicit code: SourceCode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Asserts
  6. def assert(cond: ⇒ Boolean)(implicit code: SourceCode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Asserts
  7. def assertEquals(a: Double, b: Double, delta: Double)(implicit code: SourceCode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Asserts
  8. def assertEquals(a: Float, b: Float, delta: Double)(implicit code: SourceCode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Asserts
  9. def cancel(reason: String = "cancelled")(implicit code: SourceCode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Asserts
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def fail(reason: String = "failed")(implicit code: SourceCode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Asserts
  14. 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

    Permalink
    Attributes
    protected
  15. 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

    Permalink
    Attributes
    protected
  16. 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

    Permalink
    Attributes
    protected
  17. def forAll[A1, U](gen: Gen[A1])(checker: (A1) ⇒ U)(implicit s1: Shrink[A1], pp1: (A1) ⇒ Pretty): Unit

    Permalink
    Attributes
    protected
  18. def forAll[A1, U](checker: (A1) ⇒ U)(implicit a1: Arbitrary[A1], s1: Shrink[A1], pp1: (A1) ⇒ Pretty): Unit

    Permalink
    Attributes
    protected
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def ignore(reason: String = "ignored")(implicit code: SourceCode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Asserts
  22. def intercept[E <: Throwable](block: ⇒ Unit)(implicit arg0: ClassTag[E], code: SourceCode): E

    Permalink
    Attributes
    protected
    Definition Classes
    Asserts
  23. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def pending(reason: String = "pending")(implicit code: SourceCode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Asserts
  28. macro def pending: Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Asserts
  29. def pendingUntil(reason: String = "pending")(implicit code: SourceCode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Asserts
  30. def scalaCheckConfig: Parameters

    Permalink
    Attributes
    protected
  31. def skip(reason: String = "skipped")(implicit code: SourceCode): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Asserts
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  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. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Asserts

Inherited from AnyRef

Inherited from Any

Ungrouped