local Time From Until
fun ArbExtensionPoint.localTimeFromUntil(from: LocalTime, toExclusive: LocalTime, temporalUnit: TemporalUnit = ChronoUnit.SECONDS): ArbArgsGenerator<LocalTime>(source)
Returns an ArbArgsGenerator which generates LocalTimes ranging from (inclusive) to toExclusive where temporalUnit defines the steps which defaults to ChronoUnit.SECONDS.
Since
2.1.0