Class

org.specs2.scalacheck

ScalaCheckFunction2

Related Doc: package scalacheck

Permalink

case class ScalaCheckFunction2[T1, T2, R](execute: (T1, T2) ⇒ R, argInstances1: ScalaCheckArgInstances[T1], argInstances2: ScalaCheckArgInstances[T2], 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. ScalaCheckFunction2
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ScalaCheckFunction
  7. ScalaCheckProperty
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaCheckFunction2(execute: (T1, T2) ⇒ R, argInstances1: ScalaCheckArgInstances[T1], argInstances2: ScalaCheckArgInstances[T2], prettyFreqMap: (FreqMap[Set[Any]]) ⇒ Pretty, asResult: AsResult[R], context: Option[Context], parameters: Parameters)

    Permalink

Type Members

  1. type SelfType = ScalaCheckFunction2[T1, T2, R]

    Permalink

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

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

    Permalink
  6. val argInstances2: ScalaCheckArgInstances[T2]

    Permalink
  7. def around(action: (Result) ⇒ Result): SelfType

    Permalink
    Definition Classes
    ScalaCheckFunction
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val asResult: AsResult[R]

    Permalink
  10. def before(action: ⇒ Any): SelfType

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

    Permalink
    Definition Classes
    ScalaCheckFunction
  12. def clone(): AnyRef

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

    Permalink
  14. def collect2: SelfType

    Permalink
  15. def collectAll: SelfType

    Permalink
  16. def collectAllArgs(f1: (T1) ⇒ Any, f2: (T2) ⇒ Any): SelfType

    Permalink
  17. def collectArg1(f: (T1) ⇒ Any): SelfType

    Permalink
  18. def collectArg2(f: (T2) ⇒ Any): SelfType

    Permalink
  19. val context: Option[Context]

    Permalink
  20. 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

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

    Permalink
    Definition Classes
    AnyRef
  22. val execute: (T1, T2) ⇒ R

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def noShrink: SelfType

    Permalink
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. val parameters: Parameters

    Permalink
  32. def prepare(action: (T1, T2) ⇒ (T1, T2)): SelfType

    Permalink
  33. def pretties(p1: (T1) ⇒ String, p2: (T2) ⇒ String): SelfType

    Permalink
  34. def pretty1(p1: (T1) ⇒ String): SelfType

    Permalink
  35. def pretty2(p2: (T2) ⇒ String): SelfType

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

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

    Permalink
  38. lazy val prop: Prop

    Permalink
  39. lazy val propFunction: (T1, T2) ⇒ Prop

    Permalink
  40. 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

    Permalink
    Definition Classes
    ScalaCheckProperty
  41. def setArbitraries(a1: Arbitrary[T1], a2: Arbitrary[T2]): SelfType

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

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

    Permalink
  44. def setContext(context: Context): SelfType

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

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

    Permalink
  47. def setGens(g1: Gen[T1], g2: Gen[T2]): SelfType

    Permalink
  48. def setParameters(ps: Parameters): SelfType

    Permalink
  49. def setPretties(p1: (T1) ⇒ Pretty, p2: (T2) ⇒ Pretty): SelfType

    Permalink
  50. def setPretty1(p1: (T1) ⇒ Pretty): SelfType

    Permalink
  51. def setPretty2(p2: (T2) ⇒ Pretty): SelfType

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

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

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

    Permalink
  55. def setShrinks(s1: Shrink[T1], s2: Shrink[T2]): SelfType

    Permalink
  56. def setVerbosity(v: Int): SelfType

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

    Permalink
    Definition Classes
    AnyRef
  58. def verbose: SelfType

    Permalink
    Definition Classes
    ScalaCheckProperty
  59. final def wait(): Unit

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

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

    Permalink
    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