kotest-assertions / io.kotest.properties / byte

byte

fun Gen.Companion.byte(): Gen<Byte>
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 randomly chosen Byte. The values always returned include the following edge cases: [Byte.MIN_VALUE, Byte.MAX_VALUE, 0]