generateStrings

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

Generates count random decorated data according to the settings in this scheme and its decorators.

By default, this method applies the decorators on the output of generateUndecoratedStrings. Override this method if the scheme should interact with its decorators in a different way.

Throws

if data could not be generated