localDateFromTo

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

Returns an ArbArgsGenerator which generates LocalDates ranging from (inclusive) to toInclusive where temporalUnit defines the steps.

Since

2.0.0