com.neotys.neoload.model.v3.validation.ValidationMessages.properties Maven / Gradle / Ivy
javax.validation.constraints.PositiveOrZero.message = must be greater than or equal to 0.
javax.validation.constraints.NotNull.message = must not be null.
com.neotys.neoload.model.v3.validation.constraints.CompositeCheck.duration.message = must be greater than or equal to 1 second or 1 iteration.
com.neotys.neoload.model.v3.validation.constraints.CompositeCheck.startafter.message = must be greater than or equal to 1 second or must be an existing population.
com.neotys.neoload.model.v3.validation.constraints.CompositeCheck.stopafter.message = must be greater than or equal to 1 second or must be current_iteration.
com.neotys.neoload.model.v3.validation.constraints.DigitsCheck.message = numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected).
com.neotys.neoload.model.v3.validation.constraints.PositiveCheck.message = must be greater than or equal to 1 {unit}.
com.neotys.neoload.model.v3.validation.constraints.RangeCheck.message = must be between {min} and {max}.
com.neotys.neoload.model.v3.validation.constraints.RequiredCheck.message = missing value or value is empty.
com.neotys.neoload.model.v3.validation.constraints.RequiredContentAssertionCheck.message = invalid attributes usage (xpath, jsonpath or contains must be specified).
com.neotys.neoload.model.v3.validation.constraints.UniqueElementNameCheck.message = must contain only unique names.
com.neotys.neoload.model.v3.validation.constraints.UniqueVariableExtractorPathCheck.message = invalid attributes usage (xpath and jsonpath cannot be used at the same time in variable extractor).
com.neotys.neoload.model.v3.validation.constraints.VariableExtractorFromPathCheck.message = invalid attributes usage (xpath and jsonpath must be used from value equals to body).
com.neotys.neoload.model.v3.validation.constraints.UniqueContentAssertionNameCheck.message = must contain only unique names.
com.neotys.neoload.model.v3.validation.constraints.UniqueContentAssertionPathCheck.message = invalid attributes usage (xpath and jsonpath cannot be used at the same time in assertion on response content).
com.neotys.neoload.model.v3.validation.constraints.FileVariableValidator.message = invalid attributes usage (column_names is not specified and is_first_line_column_names is false cannot be in file variable).
com.neotys.neoload.model.v3.validation.constraints.ValueOfEnumValidator.message = must be one of:
com.neotys.neoload.model.v3.validation.constraints.CustomPolicyStepsSameDurationTypeCheck.message = all durations must be of the same type (time or iteration).
com.neotys.neoload.model.v3.validation.constraints.CustomPolicyStepsOrderedCheck.message = all steps must be ordered chronologically.
com.neotys.neoload.model.v3.validation.constraints.CustomStepDurationCheck.message = must be greater than or equal to 0 second or 0 iteration.
com.neotys.neoload.model.v3.validation.constraints.CustomPolicyStepsAtLeastOneGreaterThanZeroDurationCheck.message = at least one step must be greater or equal to 1 second or 1 iteration.
com.neotys.neoload.model.v3.validation.constraints.CompositeCheck.whenRelease.message = must be greater than or equal to 1 second.
com.neotys.neoload.model.v3.validation.constraints.SlaThresholdsCheck.UniqueKpiAndScope.message = invalid KPI thresholds usage (must contain only unique KPI/scopes).
com.neotys.neoload.model.v3.validation.constraints.SlaThresholdsCheck.ListOfKpisFromSlaProfile.message =
com.neotys.neoload.model.v3.validation.constraints.SlaThresholdCheck.RelationshipKpiAndScope.message = invalid KPI threshold usage (${validatedValue.kpi} can not be used with the scope: ${validatedValue.scope}).
com.neotys.neoload.model.v3.validation.constraints.SlaThresholdCheck.UniqueConditionSeverity.message = invalid KPI threshold usage (must contain only unique severities).