class SportsFaker: Any

Provides access to fake data generators within the Sports domain.

Each category (generator) from this SportsFaker is represented by a property that (usually) has the same name as the .yml dictionary file.

Fields

Name Description
val basketball: Basketball
val chess: Chess
val crossfit: Crossfit
val eSport: ESport
val football: Football
val mountaineering: Mountaineering
val sport: Sport
val team: Team
val volleyball: Volleyball
val worldCup: WorldCup

Constructors

<init>

constructor(config: FakerConfig)

Provides access to fake data generators within the Sports domain.

Each category (generator) from this SportsFaker is represented by a property that (usually) has the same name as the .yml dictionary file.

Parameters

Name Description
config: FakerConfig