class Money: AbstractFakeDataProvider<Money>

Fields

Name Description
protected category: override

Category of this fake data provider class.

protected localUniqueDataProvider: LocalUniqueDataProvider<Money>

A LocalUniqueDataProvider instance that is used with this unique provider.

val unique: Money

An instance of T for generating unique values

Methods

amount

fun amount(range: IntRange, generateDecimals: Boolean, thousandsSeparator: String, decimalSeparator: String): String

Parameters

Name Description
range: IntRange
generateDecimals: Boolean
thousandsSeparator: String
decimalSeparator: String

ReturnValue

Name Description
String