class RepeatAction : DataInsertRepeatAction
Inserts repeated random UUIDs.
scheme
- the settings to use for generating UUIDs
RepeatAction(scheme: UuidScheme = UuidSettings.default.currentScheme)
Inserts repeated random UUIDs. |
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. |