generateStrings

open override fun generateStrings(count: Int): List<String>

Generates a random array-like string of random data and repeats it count times.

Return

a random array-like string of random data and repeats it count times

Parameters

count

the number of times to repeat the data

Throws

Sources

jvm source
Link copied to clipboard