kotest-assertions / io.kotest.properties / samples

samples

fun <T> Gen.Companion.samples(vararg sampleValues: T): Gen<T>
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0

Returns a Gen which returns the sample values in the same order as they are passed in, once all sample values are used it repeats elements from start.