class MoviesFaker: Any

Provides access to fake data generators within the Movies domain.

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

Fields

Name Description
val avatar: Avatar
val backToTheFuture: BackToTheFuture
val departed: Departed
val dumbAndDumber: DumbAndDumber
val ghostBusters: GhostBusters
val hackers: Hackers
val harryPotter: HarryPotter
val hitchhikersGuideToTheGalaxy: HitchhikersGuideToTheGalaxy
val hobbit: Hobbit
val howToTrainYourDragon: HowToTrainYourDragon
val lebowski: Lebowski
val lordOfTheRings: LordOfTheRings
val movie: Movie
val princessBride: PrincessBride
val rajnikanth: Rajnikanth
val starWars: StarWars
val theRoom: TheRoom
val tron: Tron
val vForVendetta: VForVendetta
val yoda: Yoda

Constructors

<init>

constructor(config: FakerConfig)

Provides access to fake data generators within the Movies domain.

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

Parameters

Name Description
config: FakerConfig