class File: YamlFakeDataProvider<File>
Fields
Name | Description |
---|---|
protected yamlCategory: YamlCategory
|
Category for This is the key entry after the For example
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 |
protected localUniqueDataProvider: LocalUniqueDataProvider<File>
|
A LocalUniqueDataProvider instance that is used with this unique provider. |
val unique: File
|
An instance of T for generating unique values |
val mimeType: by lazy { FileMimeType(fakerService) }
|
Methods
extension
fun extension(): resolve("extension")
ReturnValue
Name | Description |
---|---|
resolve("extension")
|
FakeDataProvider implementation for YamlCategory.FILE category.