Packages

ScalaTest is brought to you by:

case class MinSize(value: PosZInt) extends PropertyCheckConfigParam with Product with Serializable

A PropertyCheckConfigParam that specifies the minimum size parameter to provide to ScalaCheck, which it will use when generating objects for which size matters (such as strings or lists).

Source
Configuration.scala
Exceptions thrown

IllegalArgumentException if specified value is less than zero.

Linear Supertypes
PropertyCheckConfigParam, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MinSize
  2. PropertyCheckConfigParam
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MinSize(value: PosZInt)

    Exceptions thrown

    IllegalArgumentException if specified value is less than zero.

Value Members

  1. val value: PosZInt