//kotlin-faker-ext-kotest-property/io.github.serpro69.kfaker.kotest
Package-level declarations¶
Functions¶
| Name | Summary |
|---|---|
| of | [jvm] fun <T> Arb.Companion.of(block: () -> T): Arb<T> Creates a new Arb that generates values from the given block function. |
//kotlin-faker-ext-kotest-property/io.github.serpro69.kfaker.kotest
| Name | Summary |
|---|---|
| of | [jvm] fun <T> Arb.Companion.of(block: () -> T): Arb<T> Creates a new Arb that generates values from the given block function. |