- generateRandomText() - Static method in class org.opengis.cite.cat30.util.Records
-
Generates a random sequence of 5-14 characters in the range [a-z].
- GEORSS - Static variable in class org.opengis.cite.cat30.Namespaces
-
- get(String) - Static method in class org.opengis.cite.cat30.ErrorMessage
-
Retrieves a simple message according to the current locale.
- GET_CAPABILITIES - Static variable in class org.opengis.cite.cat30.CAT3
-
- GET_RECORD_BY_ID - Static variable in class org.opengis.cite.cat30.CAT3
-
- GET_RECORDS - Static variable in class org.opengis.cite.cat30.CAT3
-
- GET_RECORDS_RSP - Static variable in class org.opengis.cite.cat30.CAT3
-
- getAllBindings() - Method in class org.opengis.cite.cat30.util.NamespaceBindings
-
Returns an unmodifiable view of the declared namespace bindings.
- getBriefRecordById() - Method in class org.opengis.cite.cat30.basic.GetRecordByIdTests
-
[Test] Verifies that a request for a brief record by identifier produces
a matching csw:BriefRecord in the response entity.
- getBriefRecordsByBBOX() - Method in class org.opengis.cite.cat30.basic.BasicSearchTests
-
[Test] Submits a GetRecords request with a BBOX parameter that includes a
supported CRS reference.
- getBriefRecordsWithNamespaceBinding() - Method in class org.opengis.cite.cat30.basic.BasicGetRecordsTests
-
[Test] Submits a GetRecords request with no search criteria.
- getCapabilities(URI) - Method in class org.opengis.cite.cat30.util.CSWClient
-
Retrieves a complete capabilities document from the specified endpoint.
- getCapabilitiesBySection() - Method in class org.opengis.cite.cat30.basic.GetCapabilitiesTests
-
[Test] Verifies that a request for a part of a capabilities document
produces the expected response entity.
- getCapabilitiesFromBaseURL() - Method in class org.opengis.cite.cat30.basic.GetCapabilitiesTests
-
[Test] Attempts to retrieve the capabilities document from the base URL
(endpoint for GetCapabilities via GET).
- getCapabilitiesFromBaseURLAsXML() - Method in class org.opengis.cite.cat30.basic.GetCapabilitiesTests
-
[Test] Attempts to retrieve the capabilities document from the base URL
(endpoint for GetCapabilities via GET).
- getCapabilitiesInSupportedFormat() - Method in class org.opengis.cite.cat30.basic.GetCapabilitiesTests
-
[Test] Verifies that a request for a supported representation (format) of
a capabilities document produces the expected response entity.
- getCapabilitiesInUnsupportedFormat() - Method in class org.opengis.cite.cat30.basic.GetCapabilitiesTests
-
[Test] Verifies that a request for a known but unsupported representation
(format) of a capabilities document produces an exception report
containing the exception code "InvalidParameterValue".
- getCapabilitiesIsMissingServiceParam() - Method in class org.opengis.cite.cat30.basic.GetCapabilitiesTests
-
[Test] If the required "service" parameter is missing, an exception
report with status code 400 must be produced.
- GetCapabilitiesTests - Class in org.opengis.cite.cat30.basic
-
Provides tests pertaining to the GetCapabilities request.
- GetCapabilitiesTests() - Constructor for class org.opengis.cite.cat30.basic.GetCapabilitiesTests
-
- getCapabilitiesWithInvalidParamValue() - Method in class org.opengis.cite.cat30.basic.GetCapabilitiesTests
-
[Test] Query parameter values must be handled in a case-sensitive manner.
- getCapabilitiesWithMixedCaseParamNames() - Method in class org.opengis.cite.cat30.basic.GetCapabilitiesTests
-
[Test] Query parameter names must be handled in a case-insensitive
manner.
- getCapabilitiesWithUnsupportedVersion() - Method in class org.opengis.cite.cat30.basic.GetCapabilitiesTests
-
[Test] Verifies that a request for an unsupported version of a
capabilities document produces an exception report containing the
exception code "VersionNegotiationFailed".
- getCode() - Method in class org.opengis.cite.cat30.TestNGController
-
- getConstraintValues(Document, String) - Static method in class org.opengis.cite.cat30.util.ServiceMetadataUtils
-
Searches a CSW capabilities document for the specified constraint and
returns its set of allowed values.
- getDataFile() - Method in class org.opengis.cite.cat30.util.DatasetInfo
-
Returns the file containing the sample data.
- getDatasetInfo(ITestContext) - Method in class org.opengis.cite.cat30.basic.BasicGetRecordsTests
-
Gets information about the sample data obtained from the IUT, including:
its total geographic extent; a collection of record titles; and a set of
record identifiers.
- getDatasetInfo(ITestContext) - Method in class org.opengis.cite.cat30.basic.BasicSearchTests
-
Gets information about the sample data obtained from the IUT, including:
its total geographic extent; a collection of record titles; and a set of
record identifiers.
- getDefaultParamValue(List<TemplateParamInfo>, QName) - Static method in class org.opengis.cite.cat30.util.OpenSearchTemplateUtils
-
Returns the default value of the specified template parameter.
- getDefaultValue() - Method in class org.opengis.cite.cat30.opensearch.TemplateParamInfo
-
Get the default value of the parameter.
- getElementsByNamespaceURI(Node, String) - Static method in class org.opengis.cite.cat30.util.XMLUtils
-
Returns a List of all descendant Element nodes having the specified
[namespace name] property.
- getFullCapabilitiesAcceptVersion3() - Method in class org.opengis.cite.cat30.basic.GetCapabilitiesTests
-
[Test] Verifies that the content of a complete service capabilities
document is schema-valid.
- getFullRecordById() - Method in class org.opengis.cite.cat30.basic.GetRecordByIdTests
-
[Test] Verifies that a request for a full record by identifier produces a
matching csw:Record in the response entity.
- getGeographicExtent() - Method in class org.opengis.cite.cat30.util.DatasetInfo
-
Returns an Envelope representing the total geographic extent of the
sample data.
- getMultipleRecordsById() - Method in class org.opengis.cite.cat30.basic.BasicSearchTests
-
[Test] Submits a GetRecords request with a 'recordIds' parameter that
contains a (comma-separated) list of two record identifiers.
- getName() - Method in class org.opengis.cite.cat30.opensearch.TemplateParamInfo
-
Get the qualified name of the parameter.
- getName() - Method in enum org.opengis.cite.cat30.SuiteAttribute
-
- getNamespaceURI(String) - Method in class org.opengis.cite.cat30.util.NamespaceBindings
-
- getNodeListAsList(NodeList) - Static method in class org.opengis.cite.cat30.util.XMLUtils
-
Returns a List view of the specified NodeList collection.
- getNodeValues(NodeList) - Static method in class org.opengis.cite.cat30.util.XMLUtils
-
Returns the text content of the nodes in the given list.
- getOpenSearchDescription(URI) - Method in class org.opengis.cite.cat30.util.CSWClient
-
Retrieves an OpenSearch description document from the IUT.
- getOpenSearchDescriptionFromCapabilities() - Method in class org.opengis.cite.cat30.opensearch.OpenSearchDescriptionTests
-
[Test] Attempts to retrieve an OpenSearch description document using the
URI presented in the capabilities document as the value of the
"OpenSearchDescriptionDocument" constraint.
- getOpenSearchQueriesByRole(Document, QName) - Static method in class org.opengis.cite.cat30.util.ServiceMetadataUtils
-
Returns a list of nodes representing queries defined in an OpenSearch
description document.
- getOpenSearchURLTemplates(Document) - Static method in class org.opengis.cite.cat30.util.ServiceMetadataUtils
-
Returns a list of nodes representing the URL templates defined in an
OpenSearch description document.
- getOperationEndpoint(Document, String, String) - Static method in class org.opengis.cite.cat30.util.ServiceMetadataUtils
-
Extracts a request endpoint from a service capabilities document.
- getOutputDir() - Method in class org.opengis.cite.cat30.TestRunArguments
-
- getParameterValues(Document, String, String) - Static method in class org.opengis.cite.cat30.util.ServiceMetadataUtils
-
Searches a CSW capabilities document for the specified request parameter
and returns its set of allowed values.
- getPartialResults() - Method in class org.opengis.cite.cat30.basic.BasicGetRecordsTests
-
[Test] Submits a GetRecords request where the startPosition
and maxRecords parameters have non-default values.
- getPartialResultsAsAtomFeed() - Method in class org.opengis.cite.cat30.basic.BasicGetRecordsTests
-
[Test] Submits a GetRecords request where the startPosition
and maxRecords parameters have non-default values.
- getPercentEncodedString(String) - Static method in class org.opengis.cite.cat30.util.URIUtils
-
Replaces characters not allowed in the query component of a URI with
their equivalent percent-encoded values (UTF-8).
- getPrefix(String) - Method in class org.opengis.cite.cat30.util.NamespaceBindings
-
- getPrefixes(String) - Method in class org.opengis.cite.cat30.util.NamespaceBindings
-
- getPropertiesFile() - Method in class org.opengis.cite.cat30.TestRunArguments
-
- getQueryParameters(Node) - Static method in class org.opengis.cite.cat30.util.OpenSearchTemplateUtils
-
Extracts the actual parameters from an OpenSearch query specification.
- getRecordById_noMatch() - Method in class org.opengis.cite.cat30.basic.GetRecordByIdTests
-
[Test] Verifies that a request for a record by identifier produces a
response with status code 404 (Not Found) if no matching resource
representation is found.
- getRecordByIdAsAtomEntryUsingAcceptHeader() - Method in class org.opengis.cite.cat30.basic.GetRecordByIdTests
-
[Test] Verifies that a request for an Atom representation of a record
produces a matching atom:entry in the response entity.
- getRecordByIdAsAtomEntryUsingOutputFormat() - Method in class org.opengis.cite.cat30.basic.GetRecordByIdTests
-
[Test] Verifies that a request for an Atom representation of a record
produces a matching atom:entry in the response entity.
- GetRecordByIdTests - Class in org.opengis.cite.cat30.basic
-
Provides tests that apply to the GetRecordById request.
- GetRecordByIdTests() - Constructor for class org.opengis.cite.cat30.basic.GetRecordByIdTests
-
- getRecordByIdWithMissingId() - Method in class org.opengis.cite.cat30.basic.GetRecordByIdTests
-
[Test] Verifies that a request for a record that omits the required 'id'
parameter produces an exception report containing the exception code
"MissingParameterValue".
- getRecordByIdWithUnsupportedFormat() - Method in class org.opengis.cite.cat30.basic.GetRecordByIdTests
-
[Test] Verifies that a request for a record representation in an
unsupported format (media type) produces an exception report containing
the exception code "InvalidParameterValue".
- getRecordByIdWithUnsupportedSchema() - Method in class org.opengis.cite.cat30.basic.GetRecordByIdTests
-
[Test] Verifies that a request for a record that conforms to an
unsupported output schema produces an exception report containing the
exception code "InvalidParameterValue".
- getRecordId(Element) - Static method in class org.opengis.cite.cat30.util.Records
-
Gets the identifier of the given record representation.
- getRecordIdentifiers(ITestContext) - Method in class org.opengis.cite.cat30.basic.GetRecordByIdTests
-
Gets the record identifiers that occur in the sample data obtained from
the SUT.
- getRecordIdentifiers() - Method in class org.opengis.cite.cat30.util.DatasetInfo
-
Returns a sequence of record identifiers (dc:identifier) found in the
sample data.
- getRecordName(String) - Static method in class org.opengis.cite.cat30.util.Records
-
Returns the name of the catalog record corresponding to the specified
media type.
- getRecordsByBBOXAndTitle() - Method in class org.opengis.cite.cat30.basic.BasicSearchTests
-
[Test] Submits a GetRecords request containing the bbox and
q parameters, where the latter matches one or more record
titles.
- getRecordsByBBOXWithUnsupportedCRS() - Method in class org.opengis.cite.cat30.basic.BasicSearchTests
-
[Test] Submits a GetRecords request with a BBOX parameter that includes
an invalid CRS reference ("urn:ogc:def:crs:EPSG::0000").
- getRecordsBySubjectWithoutResults() - Method in class org.opengis.cite.cat30.basic.BasicSearchTests
-
[Test] Submits a GetRecords request where the q parameter
contains a subject word and the maxRecords parameter value
has the value "0" (zero).
- getRecordsInUnsupportedOutputFormat() - Method in class org.opengis.cite.cat30.basic.BasicGetRecordsTests
-
[Test] Submits a GetRecords request that specifies an unsupported output
format (text/example) as the value of the outputFormat
parameter.
- getRecordsWithUnknownTypeName() - Method in class org.opengis.cite.cat30.basic.BasicGetRecordsTests
-
[Test] Submits a GetRecords request that specifies an unknown
typeName parameter value.
- getRecordsWithUnsupportedSchema() - Method in class org.opengis.cite.cat30.basic.BasicGetRecordsTests
-
[Test] Submits a GetRecords request that specifies an unsupported output
schema ("urn:uuid:6a29d2a8-9651-47a6-9b14-f05d2b5644f0").
- getRecordTitles() - Method in class org.opengis.cite.cat30.util.DatasetInfo
-
Returns a sequence of record titles (dc:title) found in the sample data.
- getRecordTopics() - Method in class org.opengis.cite.cat30.util.DatasetInfo
-
Returns a sequence of topic (dc:subject) values found in the sample data.
- getRequestMessageInfo(ClientRequest) - Method in class org.opengis.cite.cat30.TestFailureListener
-
Gets diagnostic information about a request message.
- getResourceById() - Method in class org.opengis.cite.cat30.opensearch.OpenSearchGeoTests
-
[Test] Submits an OpenSearch request that includes a resource identifier.
- getResourceById_notFound() - Method in class org.opengis.cite.cat30.opensearch.OpenSearchGeoTests
-
[Test] Submits an OpenSearch request that includes a (randomly generated)
identifier for which there is no matching record.
- getResponseEntityAsDocument(ClientResponse, String) - Method in class org.opengis.cite.cat30.CommonFixture
-
Obtains the (XML) response entity as a DOM Document.
- getResponseEntityAsDocument(ClientResponse, String) - Static method in class org.opengis.cite.cat30.util.ClientUtils
-
Obtains the (XML) response entity as a DOM Document and resets the entity
input stream for subsequent reads.
- getResponseEntityAsSource(ClientResponse, String) - Static method in class org.opengis.cite.cat30.util.ClientUtils
-
Obtains the (XML) response entity as a JAXP Source object and resets the
entity input stream for subsequent reads.
- getResponseMessageInfo(ClientResponse) - Method in class org.opengis.cite.cat30.TestFailureListener
-
Gets diagnostic information about a response message.
- getServiceDescription() - Method in class org.opengis.cite.cat30.util.CSWClient
-
- getSummaryRecordById() - Method in class org.opengis.cite.cat30.basic.GetRecordByIdTests
-
[Test] Verifies that a request for a record by identifier produces a
matching csw:SummaryRecord in the response entity.
- getSummaryRecordsByWGS84BBOX() - Method in class org.opengis.cite.cat30.basic.BasicSearchTests
-
[Test] Submits a GetRecords request with a 'bbox' parameter that uses the
default CRS ("urn:ogc:def:crs:OGC:1.3:CRS84").
- getSummaryRecordsInAtomFeed() - Method in class org.opengis.cite.cat30.basic.BasicGetRecordsTests
-
[Test] Submits a GetRecords request with no search criteria.
- getSummaryRecordsInDefaultRepresentation() - Method in class org.opengis.cite.cat30.basic.BasicGetRecordsTests
-
[Test] Submits a GetRecords request with no search criteria.
- getTemplateParameterName(String, Node) - Static method in class org.opengis.cite.cat30.util.OpenSearchTemplateUtils
-
Returns the qualified name of the given OpenSearch URL template
parameter.
- getTitle() - Method in class org.opengis.cite.cat30.TestNGController
-
- getType() - Method in class org.opengis.cite.cat30.opensearch.TemplateParamInfo
-
Get the data type of the parameter.
- getType() - Method in enum org.opengis.cite.cat30.SuiteAttribute
-
- getVersion() - Method in class org.opengis.cite.cat30.TestNGController
-
- GML - Static variable in class org.opengis.cite.cat30.Namespaces
-
GML 3.2 (ISO 19136)
- GML31 - Static variable in class org.opengis.cite.cat30.Namespaces
-
GML 3.1 (03-105r1)