kotest-assertions / io.kotest.properties / list

list

@JvmOverloads fun <T> Gen.Companion.list(gen: Gen<T>, maxSize: Int = 100): Gen<List<T>>
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0

Returns a stream of values, where each value is a list of values generated by the underlying generator.