Uses of Class
specialized_checkers.time.CheckerPeriod
Packages that use CheckerPeriod
-
Uses of CheckerPeriod in specialized_checkers.time
Subclasses with type arguments of type CheckerPeriod in specialized_checkers.timeModifier and TypeClassDescriptionclass
CheckerPeriod is a specialized checker for validating and performing assertions onPeriod
values.Methods in specialized_checkers.time that return CheckerPeriodModifier and TypeMethodDescriptionstatic CheckerPeriod
Creates a new CheckerPeriod instance for the given period with a default name.static CheckerPeriod
Creates a new CheckerPeriod instance for the given period and name.Checks if the period is equal to another period.CheckerPeriod.isEqual
(TemporalUnit temporalUnit, double time) Checks if the period is equal to the specified time in the given temporal unit.CheckerPeriod.isGreaterOrEqualThan
(Period other) Checks if the period is greater than or equal to another period.CheckerPeriod.isGreaterOrEqualThan
(TemporalUnit temporalUnit, double time) Checks if the period is greater than or equal to the specified time in the given temporal unit.CheckerPeriod.isGreaterThan
(Period other) Checks if the period is greater than another period.CheckerPeriod.isGreaterThan
(TemporalUnit temporalUnit, double time) Checks if the period is greater than the specified time in the given temporal unit.CheckerPeriod.isLessOrEqualThan
(Period other) Checks if the period is less than or equal to another period.CheckerPeriod.isLessOrEqualThan
(TemporalUnit temporalUnit, double time) Checks if the period is less than or equal to the specified time in the given temporal unit.CheckerPeriod.isLessThan
(Period other) Checks if the period is less than another period.CheckerPeriod.isLessThan
(TemporalUnit temporalUnit, double time) Checks if the period is less than the specified time in the given temporal unit.CheckerPeriod.isNegative()
Checks if the period is negative (less than zero).CheckerPeriod.isPositive()
Checks if the period is positive (greater than zero).CheckerPeriod.isZero()
Checks if the period is zero.protected CheckerPeriod
CheckerPeriod.self()
Returns this instance (for fluent API usage).