Package org.stubit.random
Class RandomLocalDate
java.lang.Object
org.stubit.random.RandomLocalDate
Generates random
LocalDate
s.-
Nested Class Summary
-
Method Summary
-
Method Details
-
aLocalDateBetween
- Parameters:
after
- the minimum value (inclusive)before
- the maximum value (inclusive)- Returns:
- a random
LocalDate
betweenafter
andbefore
-
aPastLocalDate
- Returns:
- a random
LocalDate
betweenLocalDate.MIN
and yesterday
-
aFutureLocalDate
- Returns:
- a random
LocalDate
between tomorrow andLocalDate.MAX
-
aLocalDateInRange
- Returns:
- a
RandomLocalDate.LocalDateInRangeBuilder
to configure the randomLocalDate
-
aLocalDate
- Returns:
- a
RandomLocalDate.LocalDateBuilder
to configure the randomLocalDate
-