package io.github.serpro69.kfaker.movies
Classes
Name | Description |
---|---|
class Faker
|
Typealias for the MoviesFaker |
class MoviesFaker: Any
|
Provides access to fake data generators within the Movies domain. Each category (generator) from this MoviesFaker is represented by a property
that (usually) has the same name as the |
Subpackages
Name | Description |
---|---|
package io.github.serpro69.kfaker.movies.provider
|
Typealiases
Name | Description |
---|---|
typealias Faker = MoviesFaker
|
Typealias for the MoviesFaker |
Methods
faker
fun faker(block: Builder.()->Unit): MoviesFaker
Parameters
Name | Description |
---|---|
block: Builder.()->Unit
|
ReturnValue
Name | Description |
---|---|
MoviesFaker
|
Applies the block function to MoviesFaker.Builder and returns as an instance of MoviesFaker from that builder.