class Gender: YamlFakeDataProvider<Gender>
Fields
Name | Description |
---|---|
protected yamlCategory: override
|
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<Gender>
|
A LocalUniqueDataProvider instance that is used with this unique provider. |
val unique: Gender
|
An instance of T for generating unique values |
Methods
types
fun types(): resolve("types")
ReturnValue
Name | Description |
---|---|
resolve("types")
|
binaryTypes
fun binaryTypes(): resolve("binary_types")
ReturnValue
Name | Description |
---|---|
resolve("binary_types")
|
shortBinaryTypes
fun shortBinaryTypes(): resolve("short_binary_types")
ReturnValue
Name | Description |
---|---|
resolve("short_binary_types")
|
FakeDataProvider implementation for YamlCategory.GENDER category.