class Educator: Any

FakeDataProvider implementation for YamlCategory.EDUCATOR category.

Fields

Name Description
val yamlCategory: override
val localUniqueDataProvider: override
val unique: override
val tertiary: by lazy { Tertiary(fakerService) }

Methods

schoolName

fun schoolName(): resolve("school_name")

ReturnValue

Name Description
resolve("school_name")

secondary

fun secondary(): resolve("secondary")

ReturnValue

Name Description
resolve("secondary")

primary

fun primary(): resolve("primary")

ReturnValue

Name Description
resolve("primary")

university

fun university(): resolve("university")

ReturnValue

Name Description
resolve("university")

secondarySchool

fun secondarySchool(): resolve("secondary_school")

ReturnValue

Name Description
resolve("secondary_school")

primarySchool

fun primarySchool(): resolve("primary_school")

ReturnValue

Name Description
resolve("primary_school")

campus

fun campus(): resolve("campus")

ReturnValue

Name Description
resolve("campus")

subject

fun subject(): resolve("subject")

ReturnValue

Name Description
resolve("subject")

degree

fun degree(): resolve("degree")

ReturnValue

Name Description
resolve("degree")

courseName

fun courseName(): with(fakerService) { resolve("course_name").numerify() }

ReturnValue

Name Description
with(fakerService) { resolve("course_name").numerify() }