localDateFromUntil

fun ArbExtensionPoint.localDateFromUntil(from: LocalDate, toExclusive: LocalDate, temporalUnit: TemporalUnit = ChronoUnit.DAYS): ArbArgsGenerator<LocalDate>(source)

Returns an ArbArgsGenerator which generates LocalDates ranging from (inclusive) to toExclusive where temporalUnit defines the steps which defaults to ChronoUnit.DAYS.

Since

2.0.0

Throws

In case you choose a TemporalUnit which is smaller than days.