Skip to content

//tvshows/io.github.serpro69.kfaker.tv

Package-level declarations

Types

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

Functions

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