org.opengis.cite.ogcapiprocesses10.ErrorMessageKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ets-ogcapi-processes10 Show documentation
Show all versions of ets-ogcapi-processes10 Show documentation
Describe purpose of test suite.
package org.opengis.cite.ogcapiprocesses10;
/**
* 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.
*
* @author bpr
*/
public class ErrorMessageKeys {
/** Constant NOT_SCHEMA_VALID="NotSchemaValid"
*/
public static final String NOT_SCHEMA_VALID = "NotSchemaValid";
/** Constant EMPTY_STRING="EmptyString"
*/
public static final String EMPTY_STRING = "EmptyString";
/** Constant XPATH_RESULT="XPathResult"
*/
public static final String XPATH_RESULT = "XPathResult";
/** Constant NAMESPACE_NAME="NamespaceName"
*/
public static final String NAMESPACE_NAME = "NamespaceName";
/** Constant LOCAL_NAME="LocalName"
*/
public static final String LOCAL_NAME = "LocalName";
/** Constant XML_ERROR="XMLError"
*/
public static final String XML_ERROR = "XMLError";
/** Constant XPATH_ERROR="XPathError"
*/
public static final String XPATH_ERROR = "XPathError";
/** Constant MISSING_INFOSET_ITEM="MissingInfosetItem"
*/
public static final String MISSING_INFOSET_ITEM = "MissingInfosetItem";
/** Constant UNEXPECTED_STATUS="UnexpectedStatus"
*/
public static final String UNEXPECTED_STATUS = "UnexpectedStatus";
/** Constant UNEXPECTED_MEDIA_TYPE="UnexpectedMediaType"
*/
public static final String UNEXPECTED_MEDIA_TYPE = "UnexpectedMediaType";
/** Constant MISSING_ENTITY="MissingEntity"
*/
public static final String MISSING_ENTITY = "MissingEntity";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy