class DrivingLicense: Any
Fields
Name | Description |
---|---|
val yamlCategory: override
|
|
val localUniqueDataProvider: override
|
|
val unique: override
|
Methods
license
fun license(): with(fakerService) { resolve("usa", "").numerify().letterify() }
ReturnValue
Name | Description |
---|---|
with(fakerService) { resolve("usa", "").numerify().letterify() }
|
licenseByState
fun licenseByState(state: String): with(fakerService) { resolve("usa", state).numerify().letterify() }
Parameters
Name | Description |
---|---|
state: String
|
ReturnValue
Name | Description |
---|---|
with(fakerService) { resolve("usa", state).numerify().letterify() }
|
FakeDataProvider implementation for YamlCategory.DRIVING_LICENSE category.