class HumorFaker: Any
Fields
| Name | Description |
|---|---|
val chiquito: Chiquito
|
|
val chuckNorris: ChuckNorris
|
|
val funnyName: FunnyName
|
|
val jackHandey: JackHandey
|
|
val mitchHedberg: MitchHedberg
|
Constructors
<init>
constructor(config: FakerConfig)
Provides access to fake data generators within the Humor domain.
Each category (generator) from this HumorFaker 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 Humor domain.
Each category (generator) from this HumorFaker is represented by a property that (usually) has the same name as the
.ymldictionary file.