kotest-assertions / io.kotest.properties / localTime
localTime
fun Gen.Companion.localTime(): Gen<LocalTime>
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
Generates a stream of random LocalTimes
This generator creates randomly generated LocalTimes.
See Also
localDateTime
localDate