Uses of Class
specialized_checkers.time.temporal.CheckerDate
Packages that use CheckerDate
-
Uses of CheckerDate in specialized_checkers.time.temporal
Subclasses with type arguments of type CheckerDate in specialized_checkers.time.temporalModifier and TypeClassDescriptionclass
CheckerDate is a specialized checker for validating and performing assertions onDate
values.Classes in specialized_checkers.time.temporal that implement interfaces with type arguments of type CheckerDateModifier and TypeClassDescriptionclass
CheckerDate is a specialized checker for validating and performing assertions onDate
values.Methods in specialized_checkers.time.temporal that return CheckerDateModifier and TypeMethodDescriptionstatic CheckerDate
Creates a new CheckerDate instance for the given date with a default name.static CheckerDate
Creates a new CheckerDate instance for the given date and name.Checks if the date is within the specified range (exclusive).Checks if the date is after the specified date.CheckerDate.isAfterOrEqual
(Date date) Checks if the date is after or equal to the specified date.Checks if the date is before the specified date.CheckerDate.isBeforeOrEqual
(Date date) Checks if the date is before or equal to the specified date.CheckerDate.isFuture()
Checks if the date is in the future (after the current date and time).CheckerDate.isPast()
Checks if the date is in the past (before the current date and time).protected CheckerDate
CheckerDate.self()
Returns this instance (for fluent API usage).