Package-level declarations

Properties

Link copied to clipboard
val faker: Faker

Functions

Link copied to clipboard
fun <E> Array<E>.random(): E
Link copied to clipboard
fun <T> randomListOf(minListElements: Int = 2, maxListElements: Int = 20, elementGenerationBlock: () -> T): List<T>
Link copied to clipboard
fun <T> randomNullableOf(nullableValueGenerationBlock: () -> T): T?