Package specialized_checkers.time.temporal


package specialized_checkers.time.temporal
  • Class
    Description
    CheckerDate is a specialized checker for validating and performing assertions on Date values.
    CheckerLocalDate is a specialized checker for validating and performing assertions on LocalDate values.
    CheckerLocalDateTime is a specialized checker for validating and performing assertions on LocalDateTime values.
    CheckerLocalTime is a specialized checker for validating and performing assertions on LocalTime 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).