class Control: Any

FakeDataProvider implementation for YamlCategory.GAMES category.

Fields

Name Description
val yamlCategory: override
val secondaryCategory: Category
val localUniqueDataProvider: override
val unique: override

Methods

character

fun character(): resolve(secondaryCategory, "character")

ReturnValue

Name Description
resolve(secondaryCategory, "character")

location

fun location(): resolve(secondaryCategory, "location")

ReturnValue

Name Description
resolve(secondaryCategory, "location")

objectOfPower

fun objectOfPower(): resolve(secondaryCategory, "object_of_power")

ReturnValue

Name Description
resolve(secondaryCategory, "object_of_power")

alteredItem

fun alteredItem(): resolve(secondaryCategory, "altered_item")

ReturnValue

Name Description
resolve(secondaryCategory, "altered_item")

alteredWorldEvent

fun alteredWorldEvent(): resolve(secondaryCategory, "altered_world_event")

ReturnValue

Name Description
resolve(secondaryCategory, "altered_world_event")

hiss

fun hiss(): resolve(secondaryCategory, "hiss")

ReturnValue

Name Description
resolve(secondaryCategory, "hiss")

theBoard

fun theBoard(): resolve(secondaryCategory, "the_board")

ReturnValue

Name Description
resolve(secondaryCategory, "the_board")

quote

fun quote(): resolve(secondaryCategory, "quote")

ReturnValue

Name Description
resolve(secondaryCategory, "quote")