class EduFaker: Any

Provides access to fake data generators within the Education domain.

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

Fields

Name Description
val job: Job
val educator: Educator
val science: Science
val university: University

Constructors

<init>

constructor(config: FakerConfig)

Provides access to fake data generators within the Education domain.

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

Parameters

Name Description
config: FakerConfig