org.opengis.cite.ogcapifeatures10.ErrorMessageKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ets-ogcapi-features10 Show documentation
Show all versions of ets-ogcapi-features10 Show documentation
Describe purpose of test suite.
package org.opengis.cite.ogcapifeatures10;
/**
* Defines keys used to access localized messages for assertion errors. The
* messages are stored in Properties files that are encoded in ISO-8859-1
* (Latin-1). For some languages the {@code native2ascii} tool must be used to
* process the files and produce escaped Unicode characters.
*/
public class ErrorMessageKeys {
public static final String NOT_SCHEMA_VALID = "NotSchemaValid";
public static final String EMPTY_STRING = "EmptyString";
public static final String XPATH_RESULT = "XPathResult";
public static final String NAMESPACE_NAME = "NamespaceName";
public static final String LOCAL_NAME = "LocalName";
public static final String XML_ERROR = "XMLError";
public static final String XPATH_ERROR = "XPathError";
public static final String MISSING_INFOSET_ITEM = "MissingInfosetItem";
public static final String UNEXPECTED_STATUS = "UnexpectedStatus";
public static final String UNEXPECTED_MEDIA_TYPE = "UnexpectedMediaType";
public static final String MISSING_ENTITY = "MissingEntity";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy