Class

org.specs2.scalacheck

ScalaCheckFunction1

Related Doc: package scalacheck

Permalink

case class ScalaCheckFunction1[T, R](execute: (T) ⇒ R, arbitrary: Arbitrary[T], shrink: Option[Shrink[T]], collector: Option[(T) ⇒ Any], pretty: (T) ⇒ Pretty, 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. 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]], collector: Option[(T) ⇒ Any], pretty: (T) ⇒ Pretty, prettyFreqMap: (FreqMap[Set[Any]]) ⇒ Pretty, asResult: AsResult[R], context: Option[Context], parameters: Parameters)

    Permalink

Type Members

  1. type SelfType = ScalaCheckFunction1[T, 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 arbitrary: Arbitrary[T]

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

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

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

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

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

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

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

    Permalink
  13. def collectArg(f: (T) ⇒ Any): SelfType

    Permalink
  14. val collector: Option[(T) ⇒ Any]

    Permalink
  15. val context: Option[Context]

    Permalink
  16. 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
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. val execute: (T) ⇒ R

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def noShrink: SelfType

    Permalink
  25. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  27. val parameters: Parameters

    Permalink
  28. def prepare(action: (T) ⇒ T): SelfType

    Permalink
  29. def pretty(pretty: (T) ⇒ String): SelfType

    Permalink
  30. val pretty: (T) ⇒ Pretty

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

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

    Permalink
  33. lazy val prop: Prop

    Permalink
  34. lazy val propFunction: (T) ⇒ Prop

    Permalink
  35. 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
  36. def setArbitrary(arbitrary: Arbitrary[T]): SelfType

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

    Permalink
  38. def setGen(gen: Gen[T]): SelfType

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

    Permalink
  40. def setPretty(pretty: (T) ⇒ Pretty): SelfType

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

    Permalink
  42. def setShrink(shrink: Shrink[T]): SelfType

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

    Permalink
    Definition Classes
    ScalaCheckProperty
  44. val shrink: Option[Shrink[T]]

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

    Permalink
    Definition Classes
    AnyRef
  46. def verbose: SelfType

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. 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