Skip to content

//kotlin-faker-movies/io.github.serpro69.kfaker.movies

Package-level declarations

Types

Name Summary
Faker [jvm]
typealias Faker = MoviesFaker
Typealias for the MoviesFaker
MoviesFaker [jvm]
class MoviesFaker@JvmOverloadsconstructor(config: FakerConfig = fakerConfig {}) : AbstractFaker
Provides access to fake data generators within the Movies domain.

Functions

Name Summary
faker [jvm]
fun faker(block: MoviesFaker.Builder.() -> Unit): MoviesFaker
Applies the block function to MoviesFaker.Builder and returns as an instance of MoviesFaker from that builder.