class MusicFaker: Any

Provides access to fake data generators within the Music domain.

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

Fields

Name Description
val bossaNova: BossaNova
val gratefulDead: GratefulDead
val hipHop: HipHop
val kPop: KPop
val music: Music
val opera: Opera
val pearlJam: PearlJam
val phish: Phish
val prince: Prince
val rockBand: RockBand
val rush: Rush
val show: Show
val smashingPumpkins: SmashingPumpkins
val umphreysMcgee: UmphreysMcgee

Constructors

<init>

constructor(config: FakerConfig)

Provides access to fake data generators within the Music domain.

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

Parameters

Name Description
config: FakerConfig