class GamesFaker: Any
Fields
Name | Description |
---|---|
val clashOfClans: ClashOfClans
|
|
val coin: Coin
|
|
val control: Control
|
|
val dnd: DnD
|
|
val dota: Dota
|
|
val elderScrolls: ElderScrolls
|
|
val fallout: Fallout
|
|
val finalFantasyXIV: FinalFantasyXIV
|
|
val game: Game
|
|
val halfLife: HalfLife
|
|
val heroes: Heroes
|
|
val heroesOfTheStorm: HeroesOfTheStorm
|
|
val leagueOfLegends: LeagueOfLegends
|
|
val minecraft: Minecraft
|
|
val myst: Myst
|
|
val overwatch: Overwatch
|
|
val pokemon: Pokemon
|
|
val sonicTheHedgehog: SonicTheHedgehog
|
|
val streetFighter: StreetFighter
|
|
val superhero: Superhero
|
|
val superMario: SuperMario
|
|
val superSmashBros: SuperSmashBros
|
|
val tarkov: Tarkov
|
|
val touhou: Touhou
|
|
val warhammerFantasy: WarhammerFantasy
|
|
val witcher: Witcher
|
|
val worldOfWarcraft: WorldOfWarcraft
|
|
val zelda: Zelda
|
Constructors
<init>
constructor(config: FakerConfig)
Provides access to fake data generators within the Games domain.
Each category (generator) from this GamesFaker is represented by a property
that (usually) has the same name as the .yml
dictionary file.
Parameters
Name | Description |
---|---|
config: FakerConfig
|
Provides access to fake data generators within the Games domain.
Each category (generator) from this GamesFaker is represented by a property that (usually) has the same name as the
.yml
dictionary file.