//movies/io.github.serpro69.kfaker.movies/MoviesFaker
MoviesFaker¶
[jvm]\ class MoviesFaker@JvmOverloadsconstructor(config: FakerConfig = fakerConfig { }) : AbstractFaker
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.
Constructors¶
MoviesFaker | [jvm] @JvmOverloads constructor(config: FakerConfig = fakerConfig { }) |
Types¶
Name | Summary |
---|---|
Builder | [jvm] class Builder : AbstractFaker.Builder<Faker> DSL builder for creating instances of Faker |
Properties¶
Name | Summary |
---|---|
avatar | [jvm] val avatar: Avatar |
backToTheFuture | [jvm] val backToTheFuture: BackToTheFuture |
departed | [jvm] val departed: Departed |
dumbAndDumber | [jvm] val dumbAndDumber: DumbAndDumber |
ghostBusters | [jvm] val ghostBusters: GhostBusters |
hackers | [jvm] val hackers: Hackers |
harryPotter | [jvm] val harryPotter: HarryPotter |
hitchhikersGuideToTheGalaxy | [jvm] val hitchhikersGuideToTheGalaxy: HitchhikersGuideToTheGalaxy |
hobbit | [jvm] val hobbit: Hobbit |
howToTrainYourDragon | [jvm] val howToTrainYourDragon: HowToTrainYourDragon |
lebowski | [jvm] val lebowski: Lebowski |
lordOfTheRings | [jvm] val lordOfTheRings: LordOfTheRings |
movie | [jvm] val movie: Movie |
princessBride | [jvm] val princessBride: PrincessBride |
rajnikanth | [jvm] val rajnikanth: Rajnikanth |
starWars | [jvm] val starWars: StarWars |
theRoom | [jvm] val theRoom: TheRoom |
tron | [jvm] val tron: Tron |
unique | [jvm] val unique: GlobalUniqueDataProvider |
vForVendetta | [jvm] val vForVendetta: VForVendetta |
yoda | [jvm] val yoda: Yoda |