guru.nidi.ramltester.messages.properties Maven / Gradle / Ivy
resource.undefined=Resource ''{0}'' is not defined
action.undefined=Action {0} is not defined on {1}
protocol.undefined=Protocol {0} is not defined on {1}
baseUri.unmatched=Request URL {0} does not match base URI {1}
responseCode.undefined=Response({0}) is not defined on {1}
contentType.missing=No Content-Type header given
mediaType.undefined=Media type ''{0}'' is not defined on {1} {2}
body.superfluous=Body given but none defined on {0} {1}
schemaValidator.missing=No SchemaValidator found for media type ''{0}'' on {1} {2}
body.empty=Schema defined but empty body for media type ''{0}'' on {1} {2}
schema.mismatch=Body does not match schema for {0} {1} {2}\nContent: {3}\nMessage: {4}
schema.superfluous=No schema allowed on {0} {1}
formParameters.missing=No formParameters given on {0} {1}
mediaType.illegal=Illegal Media type ''{0}''
mediaType.ambiguous=Ambiguous definition: {0} and also {1} used on {2} {3}
queryParam=Query parameter ''{1}'' on {0} {2}
formParam=Form parameter ''{1}'' on {0} {2}
headerParam=Header ''{1}'' on {0} {2}
baseUriParam=BaseUri parameter ''{1}'' on {0} {2}
uriParam=URI parameter ''{0}'' on {1} {2}
undefined=is not defined
repeat.superfluous=is not repeat but found repeatedly
required.missing=is required but not found
value=: Value ''{0}'' {1}
value.empty=is only allowed with type string
boolean.invalid=is not a valid boolean
date.invalid=is not a valid date
integer.invalid=is not a valid integer
number.invalid=is not a valid number
unbound=is not inside any minimum/maximum
file.invalid=is not a file
file.superfluous=is a file but not defined as {0}
enum.invalid=is not a member of enum ''{0}''
pattern.invalid=does not match pattern ''{0}''
length.tooSmall=is shorter than minimum length {0}
length.tooBig=is longer than maximum length {0}
value.tooSmall=is smaller than minimum {0}
value.tooBig=is bigger than maximum {0}
action=action({0} {1})
resource=resource({0})
mimeType=mime-type(''{0}'')
response=response({0})
charset.invalid=Unknown charset {0}
restassuredSchemaValidator.schema.invalid=Schema invalid: {0}
javaXmlSchemaValidator.schema.fatal=Fatal error in line {0}:{1} {2}
javaXmlSchemaValidator.schema.error=Error in line {0}:{1} {2}
javaXmlSchemaValidator.schema.warn=Warning in line {0}:{1} {2}
usage.RESOURCE=Unused resources
usage.ACTION=Unused actions
usage.QUERY_PARAMETER=Unused query parameters
usage.FORM_PARAMETER=Unused form parameters
usage.REQUEST_HEADER=Unused request headers
usage.RESPONSE_HEADER=Unused response headers
usage.RESPONSE_CODE=Unused response codes
© 2015 - 2025 Weber Informatics LLC | Privacy Policy