ScalaCheckProperty

A ScalaCheckProperty encapsulates a ScalaCheck Prop and its parameters

Companion:
object
class Object
trait Matchable
class Any
class ScalaCheckFunction2[T1, T2, R]
class ScalaCheckFunction3[T1, T2, T3, R]
class ScalaCheckFunction4[T1, T2, T3, T4, R]
class ScalaCheckFunction5[T1, T2, T3, T4, T5, R]
class ScalaCheckFunction6[T1, T2, T3, T4, T5, T6, R]
class ScalaCheckFunction7[T1, T2, T3, T4, T5, T6, T7, R]
class ScalaCheckFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]

Type members

Value members

Abstract methods

def prettyFreqMap: FreqMap[Set[Any]] => Pretty
def prop: Prop
def setPrettyFreqMap(f: FreqMap[Set[Any]] => Pretty): SelfType
def setSeed(seed: Seed): SelfType
def setSeed(seed: String): SelfType

Concrete methods

def display(minTestsOk: Int, minSize: Int, maxDiscardRatio: Float, maxSize: Int, workers: Int, callback: TestCallback, loader: Option[ClassLoader]): SelfType
def prettyFreqMap(f: FreqMap[Set[Any]] => String): SelfType
def set(minTestsOk: Int, minSize: Int, maxDiscardRatio: Float, maxSize: Int, workers: Int, callback: TestCallback, loader: Option[ClassLoader]): SelfType
def setVerbosity(v: Int): SelfType