Uses of Annotation Interface
io.github.projectunified.cronutils.utils.VisibleForTesting
Packages that use VisibleForTesting
Package
Description
-
Uses of VisibleForTesting in io.github.projectunified.cronutils
Methods in io.github.projectunified.cronutils with annotations of type VisibleForTesting -
Uses of VisibleForTesting in io.github.projectunified.cronutils.mapper
Classes in io.github.projectunified.cronutils.mapper with annotations of type VisibleForTesting -
Uses of VisibleForTesting in io.github.projectunified.cronutils.model.field.expression.visitor
Methods in io.github.projectunified.cronutils.model.field.expression.visitor with annotations of type VisibleForTestingModifier and TypeMethodDescriptionprotected booleanValidationFieldExpressionVisitor.isDefault(FieldValue<?> fieldValue) protected voidValidationFieldExpressionVisitor.isInRange(FieldValue<?> fieldValue) Check if given number is greater or equal to start range and minor or equal to end range.protected voidValidationFieldExpressionVisitor.isPeriodInRange(FieldValue<?> fieldValue) Check if given period is compatible with range. -
Uses of VisibleForTesting in io.github.projectunified.cronutils.parser
Methods in io.github.projectunified.cronutils.parser with annotations of type VisibleForTestingModifier and TypeMethodDescriptionprotected intMaps integer values to another integer equivalence.protected FieldValue<?> protected IntegerFieldValueFieldParser.mapToIntegerFieldValue(String string) protected FieldExpressionFieldParser.parseBetween(String[] array) protected Onprotected OnFieldParser.parseOnWithHash(String exp) protected OnFieldParser.parseOnWithL(String exp) protected OnFieldParser.parseOnWithLW(String exp) protected OnFieldParser.parseOnWithQuestionMark(String exp) protected OnFieldParser.parseOnWithW(String exp) protected intFieldParser.stringToInt(String exp) Maps string expression to integer.