kotest-assertions / io.kotest.properties / constant
constant
fun <T> Gen.Companion.constant(value: 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 always returns the same value.