Skip navigation links
A B C D E F G H I L M N O P R S T U V W X 

A

ACCEPT_VERSIONS_PARAM - Static variable in class org.opengis.cite.cat20.dgiwg10.DGIWG1CAT2
 
acquireRecords() - Method in class org.opengis.cite.cat20.dgiwg10.util.DataSampler
Requests 10 records in dublin core (full) from the CSW.
addAllBindings(Map<String, String>) - Method in class org.opengis.cite.cat20.dgiwg10.util.NamespaceBindings
Adds all of the supplied namespace bindings to the existing set of entries.
addNamespaceBinding(String, String) - Method in class org.opengis.cite.cat20.dgiwg10.util.NamespaceBindings
Adds a namespace binding that associates a namespace name with a prefix.
asList(NodeList) - Static method in class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
Returns a List view of the nodes in the given NodeList collection.
assertDescendantElementCount(Document, QName, int) - Static method in class org.opengis.cite.cat20.dgiwg10.ETSAssert
Asserts that the given XML entity contains the expected number of descendant elements having the specified name.
assertExceptionReport(ClientResponse, String, String) - Static method in class org.opengis.cite.cat20.dgiwg10.ETSAssert
Asserts that the given response message contains an OGC exception report.
assertQualifiedName(Node, QName) - Static method in class org.opengis.cite.cat20.dgiwg10.ETSAssert
Asserts that the qualified name of a DOM Node matches the expected value.
assertSchemaValid(Validator, Source) - Static method in class org.opengis.cite.cat20.dgiwg10.ETSAssert
Asserts that an XML resource is schema-valid.
assertXPath(String, Node, Map<String, String>) - Static method in class org.opengis.cite.cat20.dgiwg10.ETSAssert
Asserts that an XPath 1.0 expression holds true for the given evaluation context.
assertXPath(String, Node, Map<String, String>, String) - Static method in class org.opengis.cite.cat20.dgiwg10.ETSAssert
Asserts that an XPath 1.0 expression holds true for the given evaluation context.

B

buildClient() - Static method in class org.opengis.cite.cat20.dgiwg10.util.ClientUtils
Builds a client component for interacting with HTTP endpoints.
buildClientWithProxy(String, int) - Static method in class org.opengis.cite.cat20.dgiwg10.util.ClientUtils
Constructs a client component that uses a specified web proxy.
buildGetRequest(URI, Map<String, String>, MediaType...) - Method in class org.opengis.cite.cat20.dgiwg10.CommonFixture
Builds an HTTP request message that uses the GET method.
buildGetRequest(URI, Map<String, String>, MediaType...) - Static method in class org.opengis.cite.cat20.dgiwg10.util.ClientUtils
Builds an HTTP request message that uses the GET method.
buildSchematronValidator(String, String) - Static method in class org.opengis.cite.cat20.dgiwg10.util.ValidationUtils
Constructs a SchematronValidator that will check an XML resource against the rules defined in a Schematron schema.
buildValidators() - Method in class org.opengis.cite.cat20.dgiwg10.getrecords.GetRecords
 

C

capabilitiesDoc - Variable in class org.opengis.cite.cat20.dgiwg10.CommonFixture
A DOM document containing service metadata (OGC capabilities).
clearMessages() - Method in class org.opengis.cite.cat20.dgiwg10.CommonFixture
 
ClientUtils - Class in org.opengis.cite.cat20.dgiwg10.util
Provides various utility methods for creating and configuring HTTP client components.
ClientUtils() - Constructor for class org.opengis.cite.cat20.dgiwg10.util.ClientUtils
 
CommandLineArguments - Class in org.opengis.cite.cat20.dgiwg10
Declares supported command line arguments that are parsed using the JCommander library.
CommandLineArguments() - Constructor for class org.opengis.cite.cat20.dgiwg10.CommandLineArguments
 
CommonFixture - Class in org.opengis.cite.cat20.dgiwg10
A supporting base class that sets up a common test fixture.
CommonFixture() - Constructor for class org.opengis.cite.cat20.dgiwg10.CommonFixture
 
createElement(QName) - Static method in class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
Creates a new Element having the specified qualified name.
createGetRecordsRequest(OutputSchema, ElementSetName) - Method in class org.opengis.cite.cat20.dgiwg10.xml.RequestCreator
 
createGetRecordsRequest(OutputSchema, ElementSetName, Node) - Method in class org.opengis.cite.cat20.dgiwg10.xml.RequestCreator
 
createIdentifierFilter(OutputSchema, String) - Method in class org.opengis.cite.cat20.dgiwg10.xml.FilterCreator
Creates an PropertyIsEqualTo filter for 'Identifier', an existing identifier is retrieved from the DataSampler.
createSchema(URI...) - Static method in class org.opengis.cite.cat20.dgiwg10.util.ValidationUtils
Creates a single Schema object available from the passed schemaUrls.
createSchemaResolver(URI) - Static method in class org.opengis.cite.cat20.dgiwg10.util.ValidationUtils
Creates a resource resolver suitable for locating schemas using an entity catalog.
CSW - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
OGC 07-006r1 (CSW 2.0.2)
CSW_PREFIX - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
 
cswClient - Variable in class org.opengis.cite.cat20.dgiwg10.CommonFixture
A client component for interacting with a WFS.
CSWClient - Class in org.opengis.cite.cat20.dgiwg10.util
 
CSWClient() - Constructor for class org.opengis.cite.cat20.dgiwg10.util.CSWClient
Default client constructor.
CSWClient(Document) - Constructor for class org.opengis.cite.cat20.dgiwg10.util.CSWClient
Constructs a client that is aware of the capabilities of a WFS implementation.

D

dataAreAvailable(ITestContext) - Method in class org.opengis.cite.cat20.dgiwg10.SuitePreconditions
Confirms that the service can supply test data.
DataSampler - Class in org.opengis.cite.cat20.dgiwg10.util
 
DataSampler(Document) - Constructor for class org.opengis.cite.cat20.dgiwg10.util.DataSampler
Instantiates a new DataSampler, call #acquireRecords() to collection records
DC - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
Dublin Core
DC_PREFIX - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
 
deleteTempFiles(ISuite) - Method in class org.opengis.cite.cat20.dgiwg10.SuiteFixtureListener
Deletes temporary files created during the test run if TestSuiteLogger is enabled at the INFO level or higher (they are left intact at the CONFIG level or lower).
dereferenceURI(URI) - Static method in class org.opengis.cite.cat20.dgiwg10.util.URIUtils
Dereferences the given URI and stores the resulting resource representation in a local file.
DGIWG1CAT2 - Class in org.opengis.cite.cat20.dgiwg10
 
doDeleteSubjectOnFinish() - Method in class org.opengis.cite.cat20.dgiwg10.CommandLineArguments
 
doTestRun(Document) - Method in class org.opengis.cite.cat20.dgiwg10.TestNGController
 

E

ElementSetName - Enum in org.opengis.cite.cat20.dgiwg10.util
 
EMPTY_STRING - Static variable in class org.opengis.cite.cat20.dgiwg10.ErrorMessageKeys
 
ErrorMessage - Class in org.opengis.cite.cat20.dgiwg10
Utility class for retrieving and formatting localized error messages that describe failed assertions.
ErrorMessage() - Constructor for class org.opengis.cite.cat20.dgiwg10.ErrorMessage
 
ErrorMessageKeys - Class in org.opengis.cite.cat20.dgiwg10
Defines keys used to access localized messages for assertion errors.
ErrorMessageKeys() - Constructor for class org.opengis.cite.cat20.dgiwg10.ErrorMessageKeys
 
ETSAssert - Class in org.opengis.cite.cat20.dgiwg10
Provides a set of custom assertion methods.
evaluateXPath(Node, String, Map<String, String>) - Static method in class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
Evaluates an XPath 1.0 expression using the given context and returns the result as a node set.
evaluateXPath(Node, String, Map<String, String>, QName) - Static method in class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
Evaluates an XPath expression using the given context and returns the result as the specified type.
evaluateXPath2(Source, String, Map<String, String>) - Static method in class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
Evaluates an XPath 2.0 expression using the Saxon s9api interfaces.
evaluateXQuery(Source, String, Map<String, String>) - Static method in class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
Evaluates an XQuery 1.0 expression using the Saxon s9api interfaces.
expandReferencesInText(String) - Static method in class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
Expands character entity (&name;) and numeric references ( &#xhhhh; or &dddd;) that occur within a given string value.
extractSchemaReferences(Source, String) - Static method in class org.opengis.cite.cat20.dgiwg10.util.ValidationUtils
Extracts a set of XML Schema references from a source XML document.

F

FilterCreator - Class in org.opengis.cite.cat20.dgiwg10.xml
 
FilterCreator() - Constructor for class org.opengis.cite.cat20.dgiwg10.xml.FilterCreator
 
format(String, Object...) - Static method in class org.opengis.cite.cat20.dgiwg10.ErrorMessage
Produces a formatted error message using the supplied substitution arguments and the current locale.

G

get(String) - Static method in class org.opengis.cite.cat20.dgiwg10.ErrorMessage
Retrieves a simple message according to the current locale.
getAllBindings() - Method in class org.opengis.cite.cat20.dgiwg10.util.NamespaceBindings
Returns an unmodifiable view of the declared namespace bindings.
GETCAPABILITIES - Static variable in class org.opengis.cite.cat20.dgiwg10.DGIWG1CAT2
REQUESTS
GetCapabilities - Class in org.opengis.cite.cat20.dgiwg10.getcapabilities
A.1.1 GetCapabilities for DGIWG Basic CSW
GetCapabilities() - Constructor for class org.opengis.cite.cat20.dgiwg10.getcapabilities.GetCapabilities
 
getCapabilities() - Method in class org.opengis.cite.cat20.dgiwg10.util.CSWClient
Retrieves a complete representation of the capabilities document from the CSW 2.0.2 implementation described by the service metadata.
getCode() - Method in class org.opengis.cite.cat20.dgiwg10.TestNGController
 
getElementName() - Method in enum org.opengis.cite.cat20.dgiwg10.ProtocolBinding
 
getElementsByNamespaceURI(Node, String) - Static method in class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
Returns a List of all descendant Element nodes having the specified [namespace name] property.
getName() - Method in enum org.opengis.cite.cat20.dgiwg10.SuiteAttribute
 
getNamespaceURI(String) - Method in class org.opengis.cite.cat20.dgiwg10.util.NamespaceBindings
 
getOperationBindings(Document, String) - Static method in class org.opengis.cite.cat20.dgiwg10.util.ServiceMetadataUtils
Determines which protocol bindings are supported for a given operation.
getOperationEndpoint(Document, String, ProtocolBinding) - Static method in class org.opengis.cite.cat20.dgiwg10.util.ServiceMetadataUtils
Extracts a request endpoint from a WFS capabilities document.
getOutputDir() - Method in class org.opengis.cite.cat20.dgiwg10.CommandLineArguments
 
getOutputSchema() - Method in enum org.opengis.cite.cat20.dgiwg10.util.OutputSchema
 
getPrefix(String) - Method in class org.opengis.cite.cat20.dgiwg10.util.NamespaceBindings
 
getPrefixes(String) - Method in class org.opengis.cite.cat20.dgiwg10.util.NamespaceBindings
 
getPropertiesFile() - Method in class org.opengis.cite.cat20.dgiwg10.CommandLineArguments
 
GETRECORDS - Static variable in class org.opengis.cite.cat20.dgiwg10.DGIWG1CAT2
 
GetRecords - Class in org.opengis.cite.cat20.dgiwg10.getrecords
A.1.2 GetRecord for DGIWG Basic CSW a) Test Purpose: Verify that the server implements DGIWG the following DGIWG requirements (Requirement 6, Requirement 7, Requirement 8, Requirement 9) b) Test Method: - Ensure that the CSW is loaded with metadata which supports all of the queriables and returnables described in table 5, 6, 8, 9 and 10.
GetRecords() - Constructor for class org.opengis.cite.cat20.dgiwg10.getrecords.GetRecords
 
getRecords() - Method in class org.opengis.cite.cat20.dgiwg10.util.DataSampler
 
getRequestMessageInfo(Document) - Method in class org.opengis.cite.cat20.dgiwg10.TestFailureListener
Gets diagnostic information about a request message.
getResponseEntityAsDocument(ClientResponse, String) - Method in class org.opengis.cite.cat20.dgiwg10.CommonFixture
Obtains the (XML) response entity as a DOM Document.
getResponseEntityAsDocument(ClientResponse, String) - Static method in class org.opengis.cite.cat20.dgiwg10.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.cat20.dgiwg10.util.ClientUtils
Obtains the (XML) response entity as a JAXP Source object and resets the entity input stream for subsequent reads.
getResponseMessageInfo(ClientResponse, Document) - Method in class org.opengis.cite.cat20.dgiwg10.TestFailureListener
Gets diagnostic information about a response message.
getTitle() - Method in class org.opengis.cite.cat20.dgiwg10.TestNGController
 
getType() - Method in enum org.opengis.cite.cat20.dgiwg10.SuiteAttribute
 
getTypeName() - Method in enum org.opengis.cite.cat20.dgiwg10.util.OutputSchema
 
getVersion() - Method in class org.opengis.cite.cat20.dgiwg10.TestNGController
 

H

handle(ClientRequest) - Method in class org.opengis.cite.cat20.dgiwg10.ReusableEntityFilter
 

I

importElement(Element) - Static method in class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
Creates a DOM Document with the given Element as the document element.
initCommonFixture(ITestContext) - Method in class org.opengis.cite.cat20.dgiwg10.CommonFixture
Initializes the common test fixture with a client component for interacting with HTTP endpoints.
isLoggable(Level) - Static method in class org.opengis.cite.cat20.dgiwg10.util.TestSuiteLogger
Indicates if the logger is enabled at a given logging level.
issueGetCapabilities() - Method in class org.opengis.cite.cat20.dgiwg10.getcapabilities.GetCapabilities
Issue an HTTP GET capabilities request.
issueGetCapabilities_identifier_DublinCore() - Method in class org.opengis.cite.cat20.dgiwg10.getrecords.GetRecords
Issue an HTTP GET capabilities request with csw:Record and Queryable 'Identifier'.
issueGetCapabilities_identifier_Iso() - Method in class org.opengis.cite.cat20.dgiwg10.getrecords.GetRecords
Issue an HTTP GET capabilities request with gmd:MD_Metadata and Queryable 'Identifier'.

L

LOCAL_NAME - Static variable in class org.opengis.cite.cat20.dgiwg10.ErrorMessageKeys
 
log(Level, String, Object[]) - Static method in class org.opengis.cite.cat20.dgiwg10.util.TestSuiteLogger
Logs a message at the specified logging level with the given message parameters.
log(Level, String, Exception) - Static method in class org.opengis.cite.cat20.dgiwg10.util.TestSuiteLogger
Logs a message at the specified logging level with the given Exception object that represents a noteworthy error condition.
log(Level, String) - Static method in class org.opengis.cite.cat20.dgiwg10.util.TestSuiteLogger
Logs a simple message at the specified logging level.

M

main(String[]) - Static method in class org.opengis.cite.cat20.dgiwg10.TestNGController
A convenience method for running the test suite using a command-line interface.
MISSING_ENTITY - Static variable in class org.opengis.cite.cat20.dgiwg10.ErrorMessageKeys
 
MISSING_INFOSET_ITEM - Static variable in class org.opengis.cite.cat20.dgiwg10.ErrorMessageKeys
 

N

NAMESPACE_NAME - Static variable in class org.opengis.cite.cat20.dgiwg10.ErrorMessageKeys
 
NamespaceBindings - Class in org.opengis.cite.cat20.dgiwg10.util
Provides namespace bindings for evaluating XPath 1.0 expressions using the JAXP XPath API.
NamespaceBindings() - Constructor for class org.opengis.cite.cat20.dgiwg10.util.NamespaceBindings
 
Namespaces - Class in org.opengis.cite.cat20.dgiwg10
XML namespace names.
NOT_SCHEMA_VALID - Static variable in class org.opengis.cite.cat20.dgiwg10.ErrorMessageKeys
 

O

OGC - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
OGC 04-095, (FES 1.1)
OGC_PREFIX - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
 
onExecutionFinish() - Method in class org.opengis.cite.cat20.dgiwg10.TestRunListener
 
onExecutionStart() - Method in class org.opengis.cite.cat20.dgiwg10.TestRunListener
 
onFinish(ISuite) - Method in class org.opengis.cite.cat20.dgiwg10.SuiteFixtureListener
 
onStart(ISuite) - Method in class org.opengis.cite.cat20.dgiwg10.SuiteFixtureListener
 
onTestFailure(ITestResult) - Method in class org.opengis.cite.cat20.dgiwg10.TestFailureListener
Sets the "request" and "response" attributes of a test result.
org.opengis.cite.cat20.dgiwg10 - package org.opengis.cite.cat20.dgiwg10
The root package includes supporting classes of general utility such as the main controller, listeners, and reporters.
org.opengis.cite.cat20.dgiwg10.getcapabilities - package org.opengis.cite.cat20.dgiwg10.getcapabilities
 
org.opengis.cite.cat20.dgiwg10.getrecords - package org.opengis.cite.cat20.dgiwg10.getrecords
 
org.opengis.cite.cat20.dgiwg10.util - package org.opengis.cite.cat20.dgiwg10.util
This package includes miscellaneous utility classes to support testing.
org.opengis.cite.cat20.dgiwg10.xml - package org.opengis.cite.cat20.dgiwg10.xml
 
OutputSchema - Enum in org.opengis.cite.cat20.dgiwg10.util
 
OWS - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
OGC 05-008c1 (OWS 1.0)
OWS_PREFIX - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
 

P

parseURI(URI) - Static method in class org.opengis.cite.cat20.dgiwg10.util.URIUtils
Parses the content of the given URI as an XML document and returns a new DOM Document object.
processSuiteParameters(ISuite) - Method in class org.opengis.cite.cat20.dgiwg10.SuiteFixtureListener
Processes test suite arguments and sets suite attributes accordingly.
ProtocolBinding - Enum in org.opengis.cite.cat20.dgiwg10
An enumerated type that indicates how a request message is bound to an application protocol.

R

removeParameters(MediaType) - Static method in class org.opengis.cite.cat20.dgiwg10.util.ClientUtils
Creates a copy of the given MediaType object but without any parameters.
REQUEST_PARAM - Static variable in class org.opengis.cite.cat20.dgiwg10.DGIWG1CAT2
PARAMETER
RequestCreator - Class in org.opengis.cite.cat20.dgiwg10.xml
 
RequestCreator() - Constructor for class org.opengis.cite.cat20.dgiwg10.xml.RequestCreator
 
requestDocument - Variable in class org.opengis.cite.cat20.dgiwg10.CommonFixture
An HTTP request message.
resolveRelativeURI(String, String) - Static method in class org.opengis.cite.cat20.dgiwg10.util.URIUtils
Constructs an absolute URI from the given URI reference and a base URI.
response - Variable in class org.opengis.cite.cat20.dgiwg10.CommonFixture
An HTTP response message.
responseDocument - Variable in class org.opengis.cite.cat20.dgiwg10.CommonFixture
The response document parsed from the HTTP response.
retrieveDataSampler(ITestContext) - Method in class org.opengis.cite.cat20.dgiwg10.getrecords.GetRecords
 
ReusableEntityFilter - Class in org.opengis.cite.cat20.dgiwg10
Buffers the (response) entity so it can be read multiple times.
ReusableEntityFilter() - Constructor for class org.opengis.cite.cat20.dgiwg10.ReusableEntityFilter
 
ROOT_PKG - Static variable in class org.opengis.cite.cat20.dgiwg10.util.ValidationUtils
 
ROOT_PKG_PATH - Static variable in class org.opengis.cite.cat20.dgiwg10.CommonFixture
Root test suite package (absolute path).

S

SCH - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
Schematron (ISO 19757-3) namespace
SERVICE_PARAM - Static variable in class org.opengis.cite.cat20.dgiwg10.DGIWG1CAT2
 
SERVICE_TYPE - Static variable in class org.opengis.cite.cat20.dgiwg10.DGIWG1CAT2
PARAMETER VALUES
SERVICE_VERSION - Static variable in class org.opengis.cite.cat20.dgiwg10.DGIWG1CAT2
 
ServiceMetadataUtils - Class in org.opengis.cite.cat20.dgiwg10.util
Provides various utility methods for accessing service metadata.
ServiceMetadataUtils() - Constructor for class org.opengis.cite.cat20.dgiwg10.util.ServiceMetadataUtils
 
setResponseDocument(Document) - Method in class org.opengis.cite.cat20.dgiwg10.getcapabilities.GetCapabilities
For testing purposes only!
submitGetRequest(URI, Map<String, String>) - Method in class org.opengis.cite.cat20.dgiwg10.util.CSWClient
Submits an HTTP request message.
submitPostRequest(URI, Document) - Method in class org.opengis.cite.cat20.dgiwg10.util.CSWClient
Submits an HTTP request message.
SuiteAttribute - Enum in org.opengis.cite.cat20.dgiwg10
An enumerated type defining ISuite attributes that may be set to constitute a shared test fixture.
SuiteFixtureListener - Class in org.opengis.cite.cat20.dgiwg10
A listener that performs various tasks before and after a test suite is run, usually concerned with maintaining a shared test suite fixture.
SuiteFixtureListener() - Constructor for class org.opengis.cite.cat20.dgiwg10.SuiteFixtureListener
 
SuitePreconditions - Class in org.opengis.cite.cat20.dgiwg10
Checks that various preconditions are satisfied before the test suite is run.
SuitePreconditions() - Constructor for class org.opengis.cite.cat20.dgiwg10.SuitePreconditions
 

T

TestFailureListener - Class in org.opengis.cite.cat20.dgiwg10
A listener that augments a test result with diagnostic information in the event that a test method failed.
TestFailureListener() - Constructor for class org.opengis.cite.cat20.dgiwg10.TestFailureListener
 
TestNGController - Class in org.opengis.cite.cat20.dgiwg10
Main test run controller oversees execution of TestNG test suites.
TestNGController() - Constructor for class org.opengis.cite.cat20.dgiwg10.TestNGController
Default constructor uses the location given by the "java.io.tmpdir" system property as the root output directory.
TestNGController(String) - Constructor for class org.opengis.cite.cat20.dgiwg10.TestNGController
Construct a controller that writes results to the given output directory.
TestRunArg - Enum in org.opengis.cite.cat20.dgiwg10
An enumerated type defining all recognized test run arguments.
TestRunListener - Class in org.opengis.cite.cat20.dgiwg10
A listener that is invoked before and after a test run.
TestRunListener() - Constructor for class org.opengis.cite.cat20.dgiwg10.TestRunListener
 
TestSuiteLogger - Class in org.opengis.cite.cat20.dgiwg10.util
Logging utility class that provides simple access to the JDK Logging API.
toString() - Method in enum org.opengis.cite.cat20.dgiwg10.SuiteAttribute
 
toString() - Method in enum org.opengis.cite.cat20.dgiwg10.TestRunArg
 
toString() - Method in class org.opengis.cite.cat20.dgiwg10.util.NamespaceBindings
 
TRANSACTION - Static variable in class org.opengis.cite.cat20.dgiwg10.DGIWG1CAT2
 
transform(Source, Node) - Static method in class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
Transforms the content of a DOM Node using a specified XSLT stylesheet.

U

UNEXPECTED_MEDIA_TYPE - Static variable in class org.opengis.cite.cat20.dgiwg10.ErrorMessageKeys
 
UNEXPECTED_STATUS - Static variable in class org.opengis.cite.cat20.dgiwg10.ErrorMessageKeys
 
URIUtils - Class in org.opengis.cite.cat20.dgiwg10.util
Provides a collection of utility methods for manipulating or resolving URI references.
URIUtils() - Constructor for class org.opengis.cite.cat20.dgiwg10.util.URIUtils
 

V

validateTestRunArgs(Document) - Method in class org.opengis.cite.cat20.dgiwg10.TestNGController
Validates the test run arguments.
ValidationUtils - Class in org.opengis.cite.cat20.dgiwg10.util
A utility class that provides convenience methods to support schema validation.
ValidationUtils() - Constructor for class org.opengis.cite.cat20.dgiwg10.util.ValidationUtils
 
valueOf(String) - Static method in enum org.opengis.cite.cat20.dgiwg10.ProtocolBinding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengis.cite.cat20.dgiwg10.SuiteAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengis.cite.cat20.dgiwg10.TestRunArg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengis.cite.cat20.dgiwg10.util.ElementSetName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengis.cite.cat20.dgiwg10.util.OutputSchema
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opengis.cite.cat20.dgiwg10.ProtocolBinding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opengis.cite.cat20.dgiwg10.SuiteAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opengis.cite.cat20.dgiwg10.TestRunArg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opengis.cite.cat20.dgiwg10.util.ElementSetName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opengis.cite.cat20.dgiwg10.util.OutputSchema
Returns an array containing the constants of this enum type, in the order they are declared.
verifyCapabilities(ITestContext) - Method in class org.opengis.cite.cat20.dgiwg10.SuitePreconditions
Verifies that the test subject is a CSW 2.0 service.
verifyGetRecordByIdQueryables() - Method in class org.opengis.cite.cat20.dgiwg10.getcapabilities.GetCapabilities
Verify that the reported queriables and returnables for the GetRecordById operation.
verifyGetRecordsQueryables() - Method in class org.opengis.cite.cat20.dgiwg10.getcapabilities.GetCapabilities
Verify that the reported queriables and returnables for the GetRecords operation.
verifyMetadataLink() - Method in class org.opengis.cite.cat20.dgiwg10.getcapabilities.GetCapabilities
Verify that the response metadata link includes the profile text described in requirement 4.
verifyNoError() - Method in class org.opengis.cite.cat20.dgiwg10.getcapabilities.GetCapabilities
Verify that the service responds without error to the request with a Capabilities document (Requirement 1 and Requirement 3).
verifySupportGetRecordByIdReturnType() - Method in class org.opengis.cite.cat20.dgiwg10.getcapabilities.GetCapabilities
Verify that the XML response indicates support for csw:Record and gmd:MD_Metadata return types for the GetRecordById operation.
verifySupportGetRecordsReturnType() - Method in class org.opengis.cite.cat20.dgiwg10.getcapabilities.GetCapabilities
Verify that the XML response indicates support for csw:Record and gmd:MD_Metadata return types for the GetRecords operation.
verifyTestSubject(ITestContext) - Method in class org.opengis.cite.cat20.dgiwg10.SuitePreconditions
Verifies that the referenced test subject exists and has the expected type.

W

withStandardBindings() - Static method in class org.opengis.cite.cat20.dgiwg10.util.NamespaceBindings
writeNode(Node, OutputStream) - Static method in class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
Writes the content of a DOM Node to a byte stream.
writeNodeToString(Node) - Static method in class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
Writes the content of a DOM Node to a string.

X

XLINK - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
W3C XLink
XLINK_PREFIX - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
 
XML_ERROR - Static variable in class org.opengis.cite.cat20.dgiwg10.ErrorMessageKeys
 
XMLUtils - Class in org.opengis.cite.cat20.dgiwg10.util
Provides various utility methods for accessing or manipulating XML representations.
XMLUtils() - Constructor for class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
 
XPATH_ERROR - Static variable in class org.opengis.cite.cat20.dgiwg10.ErrorMessageKeys
 
XPATH_RESULT - Static variable in class org.opengis.cite.cat20.dgiwg10.ErrorMessageKeys
 
XSD - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
W3C XML Schema namespace
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links

Copyright © 2018 Open Geospatial Consortium. All rights reserved.