package io.github.serpro69.kfaker.movies

Classes

Name Description
class Faker

Typealias for the MoviesFaker

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.

Subpackages

Typealiases

Name Description
typealias Faker = MoviesFaker

Typealias for the MoviesFaker

Methods

faker

fun faker(block: Builder.()->Unit): MoviesFaker

Applies the block function to MoviesFaker.Builder and returns as an instance of MoviesFaker from that builder.

Parameters

Name Description
block: Builder.()->Unit

ReturnValue

Name Description
MoviesFaker