SampleSize

final case class SampleSize(value: Int)

How many samples to generate. How many times each prop is tested.

How many samples to generate. How many times each prop is tested.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def map(f: Int => Int): SampleSize

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product