class TravelFaker: Any
Fields
| Name | Description |
|---|---|
val airport: Airport
|
|
val australia: Australia
|
|
val mountain: Mountain
|
|
val nation: Nation
|
|
val trainStation: TrainStation
|
Constructors
<init>
constructor(config: FakerConfig)
Provides access to fake data generators within the Travel domain.
Each category (generator) from this TravelFaker 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 Travel domain.
Each category (generator) from this TravelFaker is represented by a property that (usually) has the same name as the
.ymldictionary file.