open fun generateStrings(count: Int): List<String>
Overrides DataInsertAction.generateStrings
Generates a random array-like string of random data and repeats it count times.
count
- the number of times to repeat the data
DataGenerationException
- if data could not be generated
Return
a random array-like string of random data and repeats it count times