localTimeFromTo

fun ArbExtensionPoint.localTimeFromTo(from: LocalTime, toInclusive: LocalTime, temporalUnit: TemporalUnit = ChronoUnit.SECONDS): ArbArgsGenerator<LocalTime>(source)

Returns an ArbArgsGenerator which generates LocalTimes ranging from (inclusive) to toInclusive where temporalUnit defines the steps which defaults to ChronoUnit.SECONDS.

Since

2.1.0