class Separator: YamlFakeDataProvider<Separator>

FakeDataProvider implementation for YamlCategory.ADDRESS category.

Fields

Name Description
protected yamlCategory: override

Category for this fake yaml data provider class.

This is the key entry after the faker key in .yml locale file.

For example address.yml file has the following structure:


en:
  faker:
    address:

then the yamlCategory would be YamlCategory.ADDRESS

NB! If the secondaryCategory is NOT set,the dictionary filename should match the yamlCategory name,i.e. the file name should be address.yml for the YamlCategory.ADDRESS.

protected localUniqueDataProvider: LocalUniqueDataProvider<Separator>

A LocalUniqueDataProvider instance that is used with this unique provider.

val unique: Separator

An instance of T for generating unique values

Methods

separator

fun separator(): resolve("separator")

ReturnValue

Name Description
resolve("separator")