class RepeatAction : DataInsertRepeatAction
Inserts repeated random strings.
scheme - the settings to use for generating strings
RepeatAction(scheme: StringScheme = StringSettings.default.currentScheme)
Inserts repeated random strings.  | 
val name: String
The name of the action to display.  | 
open fun generateStrings(count: Int): List<String>
Generates a random datum and repeats it count times.  |