class LoremFaker: Any
Fields
Name | Description |
---|---|
val adjective: Adjective
|
|
val emotion: Emotion
|
|
val hipster: Hipster
|
|
val lorem: Lorem
|
|
val markdown: Markdown
|
|
val natoPhoneticAlphabet: NatoPhoneticAlphabet
|
|
val slackEmoji: SlackEmoji
|
|
val quote: Quote
|
|
val verbs: Verbs
|
Constructors
<init>
constructor(config: FakerConfig)
Provides access to fake data generators within the Lorem domain.
Each category (generator) from this LoremFaker is represented by a property
that (usually) has the same name as the .yml
dictionary file.
Parameters
Name | Description |
---|---|
config: FakerConfig
|
Provides access to fake data generators within the Lorem domain.
Each category (generator) from this LoremFaker is represented by a property that (usually) has the same name as the
.yml
dictionary file.