class Tolkien: Any
Fields
Name | Description |
---|---|
val yamlCategory: override
|
|
val localUniqueDataProvider: override
|
|
val unique: override
|
|
val lordOfTheRings: by lazy { TolkienLordOfTheRings(fakerService) }
|
|
val hobbit: by lazy { TolkienHobbit(fakerService) }
|
Methods
poems
fun poems(): String
ReturnValue
Name | Description |
---|---|
String
|
locations
fun locations(): String
ReturnValue
Name | Description |
---|---|
String
|
races
fun races(): String
ReturnValue
Name | Description |
---|---|
String
|
characters
fun characters(): String
ReturnValue
Name | Description |
---|---|
String
|
FakeDataProvider implementation for YamlCategory.TOLKIEN category.