StringGens

Since:

2021-04-07

Companion:
object
class Object
trait Matchable
class Any
object StringGens.type

Value members

Concrete methods

def genNonEmptyString(charGen: GenT[Char], maxLength: PosInt): GenT[NonEmptyString]
def genNonEmptyStringMinMax(charGen: GenT[Char], minLength: PosInt, maxLength: PosInt): GenT[NonEmptyString]
def genNonWhitespaceString(maxLength: PosInt): GenT[NonEmptyString]
def genNonWhitespaceStringMinMax(minLength: PosInt, maxLength: PosInt): GenT[NonEmptyString]