c

org.specs2.scalacheck

ScalaCheckFunction1

case class ScalaCheckFunction1[T, R](execute: (T) ⇒ R, arbitrary: Arbitrary[T], shrink: Option[Shrink[T]], collectors: List[(T) ⇒ Any], pretty: (T) ⇒ Pretty, prettyFreqMap: (FreqMap[Set[Any]]) ⇒ Pretty, asResult: AsResult[R], context: Option[Context], parameters: Parameters) extends ScalaCheckFunction with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaCheckFunction1
  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 ScalaCheckFunction1(execute: (T) ⇒ R, arbitrary: Arbitrary[T], shrink: Option[Shrink[T]], collectors: List[(T) ⇒ Any], pretty: (T) ⇒ Pretty, prettyFreqMap: (FreqMap[Set[Any]]) ⇒ Pretty, asResult: AsResult[R], context: Option[Context], parameters: Parameters)

Type Members

  1. type SelfType = ScalaCheckFunction1[T, 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 arbitrary: Arbitrary[T]
  6. def around(action: (Result) ⇒ Result): SelfType
    Definition Classes
    ScalaCheckFunction
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val asResult: AsResult[R]
  9. def before(action: ⇒ Any): SelfType
    Definition Classes
    ScalaCheckFunction
  10. def beforeAfter(beforeAction: ⇒ Any, afterAction: ⇒ Any): SelfType
    Definition Classes
    ScalaCheckFunction
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def collect: SelfType
  13. def collectArg(f: (T) ⇒ Any): SelfType
  14. val collectors: List[(T) ⇒ Any]
  15. val context: Option[Context]
  16. def display(minTestsOk: Int = parameters.minTestsOk, minSize: Int = parameters.minSize, maxDiscardRatio: Float = parameters.maxDiscardRatio, maxSize: Int = parameters.maxSize, workers: Int = parameters.workers, callback: TestCallback = parameters.testCallback, loader: Option[ClassLoader] = parameters.loader): SelfType
    Definition Classes
    ScalaCheckProperty
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val execute: (T) ⇒ R
  19. def executeInContext[R](result: ⇒ R)(implicit arg0: AsResult[R]): Prop
    Attributes
    protected
    Definition Classes
    ScalaCheckFunction
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def noShrink: SelfType
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. val parameters: Parameters
  28. def prepare(action: (T) ⇒ T): SelfType
  29. def pretty(pretty: (T) ⇒ String): SelfType
  30. val pretty: (T) ⇒ Pretty
  31. def prettyFreqMap(f: (FreqMap[Set[Any]]) ⇒ String): SelfType
    Definition Classes
    ScalaCheckProperty
  32. val prettyFreqMap: (FreqMap[Set[Any]]) ⇒ Pretty
  33. lazy val prop: Prop
  34. lazy val propFunction: (T) ⇒ Prop
  35. def set(minTestsOk: Int = parameters.minTestsOk, minSize: Int = parameters.minSize, maxDiscardRatio: Float = parameters.maxDiscardRatio, maxSize: Int = parameters.maxSize, workers: Int = parameters.workers, callback: TestCallback = parameters.testCallback, loader: Option[ClassLoader] = parameters.loader): SelfType
    Definition Classes
    ScalaCheckProperty
  36. def setArbitrary(arbitrary: Arbitrary[T]): SelfType
  37. def setContext(context: Context): SelfType
  38. def setGen(gen: Gen[T]): SelfType
  39. def setParameters(ps: Parameters): SelfType
  40. def setPretty(pretty: (T) ⇒ Pretty): SelfType
  41. def setPrettyFreqMap(f: (FreqMap[Set[Any]]) ⇒ Pretty): SelfType
  42. def setShrink(shrink: Shrink[T]): SelfType
  43. def setVerbosity(v: Int): SelfType
    Definition Classes
    ScalaCheckProperty
  44. val shrink: Option[Shrink[T]]
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def verbose: SelfType
    Definition Classes
    ScalaCheckProperty
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. 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