intellij-randomness / com.fwdekker.randomness / DataInsertRepeatArrayAction / generateStrings

generateStrings

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

Overrides DataInsertAction.generateStrings

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

Parameters

count - the number of times to repeat the data

Exceptions

DataGenerationException - if data could not be generated

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