ScalaCheckEffectProperty

A ScalaCheckProperty encapsulates a ScalaCheck Prop and its parameters

Companion:
object
class Object
trait Matchable
class Any
class ScalaCheckEffectFunction2[F, T1, T2, R]
class ScalaCheckEffectFunction3[F, T1, T2, T3, R]
class ScalaCheckEffectFunction4[F, T1, T2, T3, T4, R]
class ScalaCheckEffectFunction5[F, T1, T2, T3, T4, T5, R]
class ScalaCheckEffectFunction6[F, T1, T2, T3, T4, T5, T6, R]
class ScalaCheckEffectFunction7[F, T1, T2, T3, T4, T5, T6, T7, R]
class ScalaCheckEffectFunction8[F, T1, T2, T3, T4, T5, T6, T7, T8, R]

Type members

Value members

Abstract methods

def parameters: Parameters
def prettyFreqMap: FreqMap[Set[Any]] => Pretty
def propF: PropF[F]
def setParameters(ps: Parameters): SelfType
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