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