dog.props

Prop

object Prop

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Prop
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object NoShrink

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def forAll[A1, A2, A3, A4, A5](f: (A1, A2, A3, A4, A5) ⇒ Boolean)(implicit param: scalaprops.Param, A1: Gen[A1], A2: Gen[A2], A3: Gen[A3], A4: Gen[A4], A5: Gen[A5]): TestCase[(A1, A2, A3, A4, A5)]

  13. def forAll[A1, A2, A3, A4](f: (A1, A2, A3, A4) ⇒ Boolean)(implicit param: scalaprops.Param, A1: Gen[A1], A2: Gen[A2], A3: Gen[A3], A4: Gen[A4]): TestCase[(A1, A2, A3, A4)]

  14. def forAll[A1, A2, A3](f: (A1, A2, A3) ⇒ Boolean)(implicit param: scalaprops.Param, A1: Gen[A1], A2: Gen[A2], A3: Gen[A3]): TestCase[(A1, A2, A3)]

  15. def forAll[A1, A2](f: (A1, A2) ⇒ Boolean)(implicit param: scalaprops.Param, A1: Gen[A1], A2: Gen[A2]): TestCase[(A1, A2)]

  16. def forAll[A1](f: (A1) ⇒ Boolean)(implicit param: scalaprops.Param, A1: Gen[A1]): TestCase[A1]

  17. def forAllG[A1, A2, A3, A4, A5](A1: Gen[A1], A2: Gen[A2], A3: Gen[A3], A4: Gen[A4], A5: Gen[A5])(f: (A1, A2, A3, A4, A5) ⇒ Boolean)(implicit param: scalaprops.Param): TestCase[(A1, A2, A3, A4, A5)]

  18. def forAllG[A1, A2, A3, A4](A1: Gen[A1], A2: Gen[A2], A3: Gen[A3], A4: Gen[A4])(f: (A1, A2, A3, A4) ⇒ Boolean)(implicit param: scalaprops.Param): TestCase[(A1, A2, A3, A4)]

  19. def forAllG[A1, A2, A3](A1: Gen[A1], A2: Gen[A2], A3: Gen[A3])(f: (A1, A2, A3) ⇒ Boolean)(implicit param: scalaprops.Param): TestCase[(A1, A2, A3)]

  20. def forAllG[A1, A2](A1: Gen[A1], A2: Gen[A2])(f: (A1, A2) ⇒ Boolean)(implicit param: scalaprops.Param): TestCase[(A1, A2)]

  21. def forAllG[A1](A1: Gen[A1])(f: (A1) ⇒ Boolean)(implicit param: scalaprops.Param): TestCase[A1]

  22. def forAllS[A1, A2, A3, A4, A5](f: (A1, A2, A3, A4, A5) ⇒ Boolean)(implicit param: scalaprops.Param, A1: Gen[A1], A2: Gen[A2], A3: Gen[A3], A4: Gen[A4], A5: Gen[A5], S1: Shrink[A1], S2: Shrink[A2], S3: Shrink[A3], S4: Shrink[A4], S5: Shrink[A5]): TestCase[(A1, A2, A3, A4, A5)]

  23. def forAllS[A1, A2, A3, A4](f: (A1, A2, A3, A4) ⇒ Boolean)(implicit param: scalaprops.Param, A1: Gen[A1], A2: Gen[A2], A3: Gen[A3], A4: Gen[A4], S1: Shrink[A1], S2: Shrink[A2], S3: Shrink[A3], S4: Shrink[A4]): TestCase[(A1, A2, A3, A4)]

  24. def forAllS[A1, A2, A3](f: (A1, A2, A3) ⇒ Boolean)(implicit param: scalaprops.Param, A1: Gen[A1], A2: Gen[A2], A3: Gen[A3], S1: Shrink[A1], S2: Shrink[A2], S3: Shrink[A3]): TestCase[(A1, A2, A3)]

  25. def forAllS[A1, A2](f: (A1, A2) ⇒ Boolean)(implicit param: scalaprops.Param, A1: Gen[A1], A2: Gen[A2], S1: Shrink[A1], S2: Shrink[A2]): TestCase[(A1, A2)]

  26. def forAllS[A1](f: (A1) ⇒ Boolean)(implicit param: scalaprops.Param, A1: Gen[A1], S1: Shrink[A1]): TestCase[A1]

  27. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def property[R, A1, A2, A3](f: (A1, A2, A3) ⇒ R)(implicit arg0: AsProperty[R], param: scalaprops.Param, A1: Gen[A1], A2: Gen[A2], A3: Gen[A3], S1: Shrink[A1], S2: Shrink[A2], S3: Shrink[A3]): TestCase[(A1, A2, A3)]

  34. def property[R, A1, A2](f: (A1, A2) ⇒ R)(implicit arg0: AsProperty[R], param: scalaprops.Param, A1: Gen[A1], A2: Gen[A2], S1: Shrink[A1], S2: Shrink[A2]): TestCase[(A1, A2)]

  35. def property[R, A1](f: (A1) ⇒ R)(implicit arg0: AsProperty[R], param: scalaprops.Param, A1: Gen[A1], S1: Shrink[A1]): TestCase[A1]

  36. def property1[R, A1](f: (A1) ⇒ R, param: scalaprops.Param = SParam.withCurrentTimeSeed())(implicit P: AsProperty[R], A1: Gen[A1], S1: Shrink[A1]): TestCase[A1]

  37. def property2[R, A1, A2](f: (A1, A2) ⇒ R, param: scalaprops.Param = SParam.withCurrentTimeSeed())(implicit P: AsProperty[R], A1: Gen[A1], A2: Gen[A2], S1: Shrink[A1], S2: Shrink[A2]): TestCase[(A1, A2)]

  38. def property3[R, A1, A2, A3](f: (A1, A2, A3) ⇒ R, param: scalaprops.Param = SParam.withCurrentTimeSeed())(implicit P: AsProperty[R], A1: Gen[A1], A2: Gen[A2], A3: Gen[A3], S1: Shrink[A1], S2: Shrink[A2], S3: Shrink[A3]): TestCase[(A1, A2, A3)]

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped