class WorldCup: Any
Fields
| Name | Description |
|---|---|
val yamlCategory: override
|
|
val localUniqueDataProvider: override
|
|
val unique: override
|
Methods
teams
fun teams(): resolve("teams")
ReturnValue
| Name | Description |
|---|---|
resolve("teams")
|
stadiums
fun stadiums(): resolve("stadiums")
ReturnValue
| Name | Description |
|---|---|
resolve("stadiums")
|
cities
fun cities(): resolve("cities")
ReturnValue
| Name | Description |
|---|---|
resolve("cities")
|
groups
fun groups(group: String): (group: String)
Parameters
| Name | Description |
|---|---|
group: String
|
ReturnValue
| Name | Description |
|---|---|
(group: String)
|
roosters
fun roosters(country: String, type: String): (country: String, type: String)
Parameters
| Name | Description |
|---|---|
country: String
|
|
type: String
|
ReturnValue
| Name | Description |
|---|---|
(country: String, type: String)
|
FakeDataProvider implementation for YamlCategory.WORLD_CUP category.