Package specialized_checkers.time.temporal
package specialized_checkers.time.temporal
-
ClassDescriptionCheckerDate is a specialized checker for validating and performing assertions on
Date
values.CheckerLocalDate is a specialized checker for validating and performing assertions onLocalDate
values.CheckerLocalDateTime is a specialized checker for validating and performing assertions onLocalDateTime
values.CheckerLocalTime is a specialized checker for validating and performing assertions onLocalTime
values.InterfaceCheckerDate defines a contract for date/time checker classes, providing common validation methods such as comparisons (before, after, in range) and temporal checks (past, future).