class Currency: YamlFakeDataProvider<Currency>
Fields
Name | Description |
---|---|
protected yamlCategory: YamlCategory
|
Category for This is the key entry after the For example
then the yamlCategory would be YamlCategory.ADDRESS NB! If the secondaryCategory is NOT set,the dictionary filename should match the yamlCategory name,i.e. the file name should be |
protected localUniqueDataProvider: LocalUniqueDataProvider<Currency>
|
A LocalUniqueDataProvider instance that is used with this unique provider. |
val unique: Currency
|
An instance of T for generating unique values |
Methods
code
fun code(): resolve("code")
ReturnValue
Name | Description |
---|---|
resolve("code")
|
name
fun name(): resolve("name")
ReturnValue
Name | Description |
---|---|
resolve("name")
|
symbol
fun symbol(): resolve("symbol")
ReturnValue
Name | Description |
---|---|
resolve("symbol")
|
FakeDataProvider implementation for YamlCategory.CURRENCY category.