Trait

org.specs2.scalacheck

ScalaCheckFunction

Related Doc: package scalacheck

Permalink

trait ScalaCheckFunction extends ScalaCheckProperty

A ScalaCheckFunction adds the possibility to select various typeclass instances for a given property:

A Context can be added to setup/teardown state before/after/around each property execution

Linear Supertypes
ScalaCheckProperty, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaCheckFunction
  2. ScalaCheckProperty
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type SelfType <: ScalaCheckProperty

    Permalink
    Definition Classes
    ScalaCheckProperty

Abstract Value Members

  1. abstract def context: Option[Context]

    Permalink
  2. abstract def noShrink: SelfType

    Permalink
  3. abstract def parameters: Parameters

    Permalink
    Definition Classes
    ScalaCheckProperty
  4. abstract def prettyFreqMap: (FreqMap[Set[Any]]) ⇒ Pretty

    Permalink
    Definition Classes
    ScalaCheckProperty
  5. abstract def prop: Prop

    Permalink
    Definition Classes
    ScalaCheckProperty
  6. abstract def setContext(context: Context): SelfType

    Permalink
  7. abstract def setParameters(ps: Parameters): SelfType

    Permalink
    Definition Classes
    ScalaCheckProperty
  8. abstract def setPrettyFreqMap(f: (FreqMap[Set[Any]]) ⇒ Pretty): SelfType

    Permalink
    Definition Classes
    ScalaCheckProperty
  9. abstract def setSeed(seed: String): SelfType

    Permalink
    Definition Classes
    ScalaCheckProperty
  10. abstract def setSeed(seed: Seed): SelfType

    Permalink
    Definition Classes
    ScalaCheckProperty

Concrete 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
  5. def around(action: (Result) ⇒ Result): SelfType

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def before(action: ⇒ Any): SelfType

    Permalink
  8. def beforeAfter(beforeAction: ⇒ Any, afterAction: ⇒ Any): SelfType

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. 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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def executeInContext[R](result: ⇒ R)(implicit arg0: AsResult[R]): Prop

    Permalink
    Attributes
    protected
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def prettyFreqMap(f: (FreqMap[Set[Any]]) ⇒ String): SelfType

    Permalink
    Definition Classes
    ScalaCheckProperty
  21. 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

    Permalink
    Definition Classes
    ScalaCheckProperty
  22. def setVerbosity(v: Int): SelfType

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

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def verbose: SelfType

    Permalink
    Definition Classes
    ScalaCheckProperty
  26. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ScalaCheckProperty

Inherited from AnyRef

Inherited from Any

Ungrouped