class DecimalInsertArrayAction : DataInsertArrayAction
Inserts an array-like string of decimals.
arraySettings
- the settings to use for generating arrays
settings
- the settings to use for generating decimals
See Also
DecimalInsertArrayAction(arraySettings: ArraySettings = ArraySettings.default, settings: DecimalSettings = DecimalSettings.default)
Inserts an array-like string of decimals. |
val name: String
The name of the action to display. |
open fun generateStrings(count: Int): List<String>
Generates array-like strings of random data. |