case classMinSize(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).
Exceptions thrown
IllegalArgumentException if specified value is less than zero.
A
PropertyCheckConfigParamthat 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).IllegalArgumentExceptionif specifiedvalueis less than zero.