Package org.stubit.random
Class RandomLocalDate
java.lang.Object
org.stubit.random.RandomLocalDate
Generates random
LocalDates.-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
aLocalDateBetween
- Parameters:
after- the minimum value (inclusive)before- the maximum value (inclusive)- Returns:
- a random
LocalDatebetweenafterandbefore
-
aPastLocalDate
- Returns:
- a random
LocalDatebetweenLocalDate.MINand yesterday
-
aFutureLocalDate
- Returns:
- a random
LocalDatebetween tomorrow andLocalDate.MAX
-
aLocalDateInRange
- Returns:
- a
RandomLocalDate.LocalDateInRangeBuilderto configure the randomLocalDate
-
aLocalDate
- Returns:
- a
RandomLocalDate.LocalDateBuilderto configure the randomLocalDate
-