intellij-randomness / com.fwdekker.randomness.integer / IntegerInsertAction / RepeatArrayAction

RepeatArrayAction

class RepeatArrayAction : DataInsertRepeatArrayAction

Inserts repeated array-like strings of integers.

Parameters

arrayScheme - the scheme to use for generating arrays

scheme - the scheme to use for generating integers

Constructors

<init>

RepeatArrayAction(arrayScheme: ArrayScheme = ArraySettings.default.currentScheme, scheme: IntegerScheme = IntegerSettings.default.currentScheme)

Inserts repeated array-like strings of integers.

Properties

name

val name: String

The name of the action to display.

Inherited Functions

generateStrings

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

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