org.specs2.scalacheck

ScalaCheckFunction5

Related Doc: package scalacheck

case class ScalaCheckFunction5[T1, T2, T3, T4, T5, R](execute: (T1, T2, T3, T4, T5) ⇒ R, argInstances1: ScalaCheckArgInstances[T1], argInstances2: ScalaCheckArgInstances[T2], argInstances3: ScalaCheckArgInstances[T3], argInstances4: ScalaCheckArgInstances[T4], argInstances5: ScalaCheckArgInstances[T5], prettyFreqMap: (FreqMap[Set[Any]]) ⇒ Pretty, asResult: AsResult[R], context: Option[Context], parameters: Parameters) extends ScalaCheckFunction with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ScalaCheckFunction, ScalaCheckProperty, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalaCheckFunction5
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ScalaCheckFunction
  7. ScalaCheckProperty
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaCheckFunction5(execute: (T1, T2, T3, T4, T5) ⇒ R, argInstances1: ScalaCheckArgInstances[T1], argInstances2: ScalaCheckArgInstances[T2], argInstances3: ScalaCheckArgInstances[T3], argInstances4: ScalaCheckArgInstances[T4], argInstances5: ScalaCheckArgInstances[T5], prettyFreqMap: (FreqMap[Set[Any]]) ⇒ Pretty, asResult: AsResult[R], context: Option[Context], parameters: Parameters)

Type Members

  1. type SelfType = ScalaCheckFunction5[T1, T2, T3, T4, T5, R]

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. def after(action: ⇒ Any): SelfType

    Definition Classes
    ScalaCheckFunction
  5. val argInstances1: ScalaCheckArgInstances[T1]

  6. val argInstances2: ScalaCheckArgInstances[T2]

  7. val argInstances3: ScalaCheckArgInstances[T3]

  8. val argInstances4: ScalaCheckArgInstances[T4]

  9. val argInstances5: ScalaCheckArgInstances[T5]

  10. def around(action: (Result) ⇒ Result): SelfType

    Definition Classes
    ScalaCheckFunction
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. val asResult: AsResult[R]

  13. def before(action: ⇒ Any): SelfType

    Definition Classes
    ScalaCheckFunction
  14. def beforeAfter(beforeAction: ⇒ Any, afterAction: ⇒ Any): SelfType

    Definition Classes
    ScalaCheckFunction
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def collect1: SelfType

  17. def collect2: SelfType

  18. def collect3: SelfType

  19. def collect4: SelfType

  20. def collect5: SelfType

  21. def collectAll: SelfType

  22. def collectAllArgs(f1: (T1) ⇒ Any, f2: (T2) ⇒ Any, f3: (T3) ⇒ Any, f4: (T4) ⇒ Any, f5: (T5) ⇒ Any): SelfType

  23. def collectArg1(f: (T1) ⇒ Any): SelfType

  24. def collectArg2(f: (T2) ⇒ Any): SelfType

  25. def collectArg3(f: (T3) ⇒ Any): SelfType

  26. def collectArg4(f: (T4) ⇒ Any): SelfType

  27. def collectArg5(f: (T5) ⇒ Any): SelfType

  28. val context: Option[Context]

  29. def display(minTestsOk: Int = parameters.minTestsOk, minSize: Int = parameters.minSize, maxDiscardRatio: Float = parameters.maxDiscardRatio, maxSize: Int = parameters.maxSize, workers: Int = parameters.workers, rng: Random = parameters.rng, callback: TestCallback = parameters.testCallback, loader: Option[ClassLoader] = parameters.loader): SelfType

    Definition Classes
    ScalaCheckProperty
  30. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. val execute: (T1, T2, T3, T4, T5) ⇒ R

  32. def executeInContext[R](result: ⇒ R)(implicit arg0: AsResult[R]): Prop

    Attributes
    protected
    Definition Classes
    ScalaCheckFunction
  33. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. final def getClass(): Class[_]

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

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

    Definition Classes
    AnyRef
  37. def noShrink: SelfType

  38. final def notify(): Unit

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

    Definition Classes
    AnyRef
  40. val parameters: Parameters

  41. def prepare(action: (T1, T2, T3, T4, T5) ⇒ (T1, T2, T3, T4, T5)): SelfType

  42. def pretties(p1: (T1) ⇒ String, p2: (T2) ⇒ String, p3: (T3) ⇒ String, p4: (T4) ⇒ String, p5: (T5) ⇒ String): SelfType

  43. def pretty1(p1: (T1) ⇒ String): SelfType

  44. def pretty2(p2: (T2) ⇒ String): SelfType

  45. def pretty3(p3: (T3) ⇒ String): SelfType

  46. def pretty4(p4: (T4) ⇒ String): SelfType

  47. def pretty5(p5: (T5) ⇒ String): SelfType

  48. def prettyFreqMap(f: (FreqMap[Set[Any]]) ⇒ String): SelfType

    Definition Classes
    ScalaCheckProperty
  49. val prettyFreqMap: (FreqMap[Set[Any]]) ⇒ Pretty

  50. lazy val prop: Prop

  51. lazy val propFunction: (T1, T2, T3, T4, T5) ⇒ Prop

  52. def set(minTestsOk: Int = parameters.minTestsOk, minSize: Int = parameters.minSize, maxDiscardRatio: Float = parameters.maxDiscardRatio, maxSize: Int = parameters.maxSize, workers: Int = parameters.workers, rng: Random = parameters.rng, callback: TestCallback = parameters.testCallback, loader: Option[ClassLoader] = parameters.loader): SelfType

    Definition Classes
    ScalaCheckProperty
  53. def setArbitraries(a1: Arbitrary[T1], a2: Arbitrary[T2], a3: Arbitrary[T3], a4: Arbitrary[T4], a5: Arbitrary[T5]): SelfType

  54. def setArbitrary1(a1: Arbitrary[T1]): SelfType

  55. def setArbitrary2(a2: Arbitrary[T2]): SelfType

  56. def setArbitrary3(a3: Arbitrary[T3]): SelfType

  57. def setArbitrary4(a4: Arbitrary[T4]): SelfType

  58. def setArbitrary5(a5: Arbitrary[T5]): SelfType

  59. def setContext(context: Context): SelfType

  60. def setGen1(g1: Gen[T1]): SelfType

  61. def setGen2(g2: Gen[T2]): SelfType

  62. def setGen3(g3: Gen[T3]): SelfType

  63. def setGen4(g4: Gen[T4]): SelfType

  64. def setGen5(g5: Gen[T5]): SelfType

  65. def setGens(g1: Gen[T1], g2: Gen[T2], g3: Gen[T3], g4: Gen[T4], g5: Gen[T5]): SelfType

  66. def setParameters(ps: Parameters): SelfType

  67. def setPretties(p1: (T1) ⇒ Pretty, p2: (T2) ⇒ Pretty, p3: (T3) ⇒ Pretty, p4: (T4) ⇒ Pretty, p5: (T5) ⇒ Pretty): SelfType

  68. def setPretty1(p1: (T1) ⇒ Pretty): SelfType

  69. def setPretty2(p2: (T2) ⇒ Pretty): SelfType

  70. def setPretty3(p3: (T3) ⇒ Pretty): SelfType

  71. def setPretty4(p4: (T4) ⇒ Pretty): SelfType

  72. def setPretty5(p5: (T5) ⇒ Pretty): SelfType

  73. def setPrettyFreqMap(f: (FreqMap[Set[Any]]) ⇒ Pretty): SelfType

  74. def setShrink1(s1: Shrink[T1]): SelfType

  75. def setShrink2(s2: Shrink[T2]): SelfType

  76. def setShrink3(s3: Shrink[T3]): SelfType

  77. def setShrink4(s4: Shrink[T4]): SelfType

  78. def setShrink5(s5: Shrink[T5]): SelfType

  79. def setShrinks(s1: Shrink[T1], s2: Shrink[T2], s3: Shrink[T3], s4: Shrink[T4], s5: Shrink[T5]): SelfType

  80. def setVerbosity(v: Int): SelfType

    Definition Classes
    ScalaCheckProperty
  81. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  82. def verbose: SelfType

    Definition Classes
    ScalaCheckProperty
  83. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ScalaCheckFunction

Inherited from ScalaCheckProperty

Inherited from AnyRef

Inherited from Any

Ungrouped