kotest-assertions / io.kotest.properties / string

string

@JvmOverloads fun Gen.Companion.string(minSize: Int = 0, maxSize: Int = 100): Gen<String>
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 random printed string.

The constant values are: The empty string A line separator Multi-line string a UTF8 string.