Constant Field Values

Contents

net.andreinc.*

  • net.andreinc.mockneat.unit.financial.Money 
    Modifier and Type Constant Field Value
    public static final double DEFAULT_LOWER 0.0
    public static final double DEFAULT_UPPER 10000.0
  • net.andreinc.mockneat.utils.ValidationUtils 
    Modifier and Type Constant Field Value
    public static final java.lang.String AFTER_DAY_DIFFERENT_THAN_SUNDAY "Cannot use \'Sunday\' as \'after\'. \'Sunday\' is considered to be the last day of the week."
    public static final java.lang.String AFTER_MONTH_DIFFERENT_TNAN_DECEMBER "Cannot use \'December\' as \'after\'. \'December\' is considered to be the last month of the year."
    public static final java.lang.String BEFORE_DAY_DIFFERENT_THAN_MONDAY "Cannot use \'Monday\' as \'before\'. \'Monday\' is considered to be the first day of the week."
    public static final java.lang.String BEFORE_MONTH_DIFFERENT_THAN_JANUARY "Cannot use \'January\' as \'before\'. \'January\' is considered to be the first month of the year."
    public static final java.lang.String CANNOT_ADD_VALUE_TO_COLLECTION "Cannot add value \'#{val}\' to collection \'#{cls.simpleName}\'"
    public static final java.lang.String CANNOT_ADD_VALUE_TO_LIST "Cannot add value \'#{value}\' to \'#{cls.simpleName}\'."
    public static final java.lang.String CANNOT_ADD_VALUE_TO_SET "Cannot add value \'#{value}\' to \'#{cls.simpleName}\'."
    public static final java.lang.String CANNOT_INFER_CONSTRUCTOR "Cannot infer #{c.name}.#{params}. Are you sure the constructor exists and it\'s public ?"
    public static final java.lang.String CANNOT_INSTANTIATE_OBJECT_OF_CLASS "Cannot create an instance of \'#{cls.name}\'. Please verify if the class has a public \'No Arguments\' constructor: #{cls.name}."
    public static final java.lang.String CANNOT_INVOKE_STATIC_FACTORY_METHOD "Cannot invoke \'#{cls.class.name}.#{method}()\' with params: \'#{types}\'."
    public static final java.lang.String CANNOT_PUT_VALUES_TO_MAP "Cannot put values \'{#{key}:#{val}}\' to \'#{cls.simpleName}\'."
    public static final java.lang.String CANNOT_SET_FIELD_WITH_VALUE "Cannot set field (or static field) #{cls}.#{field} with value \'#{val}\'. Is the supplied value correct ?"
    public static final java.lang.String CANNOT_URL_ENCODE_UTF_8 "Cannot URL encode the following string: \'#{val}\'. Encoding: \'#{encoding}\' looks invalid."
    public static final java.lang.String COLUMN_DOESNT_EXISTS "Column: #{column} cannot be found on #{table}."
    public static final java.lang.String EMPTY_CSV_NO_COLUMNS "Cannot generate CSV without any columns."
    public static final java.lang.String IMPOSSIBLE_TO_SEQ_OVER_EMPTY_COLLECTION "Impossible to create a Seq from an empty Iterable<T>."
    public static final java.lang.String IN_RANGE_CLOSED "Number: #{num} should be in [#{min}, #{max}] range."
    public static final java.lang.String INPUT_PARAM_ALPHANUMERIC "Input param \'#{input}\' should be alpha-numeric."
    public static final java.lang.String INPUT_PARAMETER_NOT_EMPTY_OR_NULL "Input parameter: \'#{input}\' should not be empty or NULL."
    public static final java.lang.String INPUT_PARAMETER_NOT_NULL "Input parameter: \'#{input}\' should not be NULL."
    public static final java.lang.String INT_SEQ_OVERFLOW "IntSeq overflow. Values are generated inside the interval: [#{min}, #{max}]. Cannot increment any further."
    public static final java.lang.String INVALID_REGEX_PATTERN "Invalid regex pattern (\'#{pattern}\'): "
    public static final java.lang.String IS_FINITE_NUMBER "Number #{number} should be finite (non-infinite, non-nan)."
    public static final java.lang.String JAVA_FIELD_DOESNT_EXIST_ON_CLASS "Cannot access field: \'#{field}\'."
    public static final java.lang.String JAVA_FIELD_IS_FINAL "Field \'#{field}\' is marked as FINAL. It cannot be modified. Please remove it from the fields list."
    public static final java.lang.String JAVA_FIELD_REGEX_MATCH "Field \'#{field}\' doesn\'t match the Java Naming Conventions for fields."
    public static final java.lang.String JAVA_METHOD_REGEX_MATCH "Method \'#{method}\' doesn\'t match the Java Naming Conventions for methods."
    public static final java.lang.String LONG_SEQ_OVERFLOW "LongSeq overflow. Values are generated inside the interval: [#{min}, #{max}]. Cannot increment any further."
    public static final java.lang.String LOWER_BOUND_BIGGER_THAN_ZERO "The input parameter \'lowerBound\' should be >= 0.0."
    public static final java.lang.String LOWER_BOUND_DIFFERENT_THAN_INTEGER_MAX "The \'lowerB ound\' should be different than Integer.MAX_VALUE."
    public static final java.lang.String LOWER_BOUND_DIFFERENT_THAN_LONG_MAX "The \'lowerBound\' should be different than Long.MAX_VALUE."
    public static final java.lang.String LOWER_DATE_SMALLER_THAN_UPPER_DATE "lowerDate \'#{lower}\' should be < than upperDate \'#{upper}\'."
    public static final java.lang.String MAX_DATE_DIFFERENT_THAN_NOW "maxDate \'#{max}\' should be > than now() (#{now})."
    public static final java.lang.String MAX_DATE_NOT_BIGGER_THAN "maxDate \'#{max}\' should be < than \'#{date}\' (LocalDates.MAX)"
    public static final java.lang.String MIN_DATE_BIGGER_THAN "minDate \'#{min}\' should be > than \'#{date}\' (LocalDate.MIN)"
    public static final java.lang.String MIN_DATE_DIFFERENT_THAN_NOW "minDate \'#{min}\' should be < than now() (#{now})."
    public static final java.lang.String NUMBER_OF_LINES_POSITIVE "The number of lines needs to be a positive number."
    public static final java.lang.String NUMBER_OF_TIMES_POSITIVE "The number of times should be a positive number."
    public static final java.lang.String OBJECT_NOT_SERIALIZABLE "Object is not serializable. Does the add\'s class extends \'java.io.Serializable\' ?"
    public static final java.lang.String PROBABILITIES_SUM_BIGGER "Probabilities sum cannot be bigger (>) than \'1.0\'."
    public static final java.lang.String PROBABILITIES_SUM_NOT_1 "Probabilities sum must be exactly (=) 1.0 when generating values."
    public static final java.lang.String PROBABILITY_NOT_NEGATIVE "Probability \'#{prob}\' should be bigger than \'0.0\'."
    public static final java.lang.String ROW_POSITIVE_VALUE "The row should be a positive value. (>=0)"
    public static final java.lang.String SEQ_INVALID_RANGE "The min value \'#{min}\' should be lower than the maximum \'#{max}\' value of the sequence."
    public static final java.lang.String SIZE_BIGGER_THAN_ZERO "The size needs to be bigger than 0 (>=)."
    public static final java.lang.String SIZE_BIGGER_THAN_ZERO_STRICT "The size needs to be bigger than 0 (>)."
    public static final java.lang.String SUPPLIER_VALUE_NOT_NULL "Value retrieved by Supplier<?> \'#{supplier}\' should not be NULL"
    public static final java.lang.String UPPER_BOUND_BIGGER_LOWER_BOUND "The input parameter \'upperBound\' > \'lowerBound\'."
    public static final java.lang.String UPPER_BOUND_BIGGER_THAN_ZERO "The input parameter \'upperBound\' should be > 0.0."
    public static final java.lang.String UPPER_MONTH_BIGGER_THAN_LOWER "\'lower\' Month < \'upper\' Month"