class BooksFaker: Any

Provides access to fake data generators within the Books domain.

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

Fields

Name Description
val bible: Bible
val book: Book
val cosmere: Cosmere
val cultureSeries: CultureSeries
val dcComics: DcComics
val dune: Dune
val lovecraft: Lovecraft
val shakespeare: Shakespeare
val theKingkillerChronicle: TheKingkillerChronicle
val tolkien: Tolkien

Constructors

<init>

constructor(config: FakerConfig)

Provides access to fake data generators within the Books domain.

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

Parameters

Name Description
config: FakerConfig