Index

A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values

A

ABSTRACT - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.returnables.Returnables.Returnable
 
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.
ANY - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.ProtocolBinding
Any supported binding
assertQualifiedName(Document, String, String) - Static method in class org.opengis.cite.cat20.dgiwg10.ETSAssert
Asserts that the qualified name of a Document root node matches the expected value.
assertQualifiedName(Node, String, String) - Static method in class org.opengis.cite.cat20.dgiwg10.ETSAssert
Asserts that the qualified name of a DOM Node matches the expected value.
assertReturnables(Node, Function<Returnables.Returnable, String>) - Static method in class org.opengis.cite.cat20.dgiwg10.returnables.Returnables
 
assertReturnablesDublinCore(Node) - Static method in class org.opengis.cite.cat20.dgiwg10.returnables.Returnables
 
assertReturnablesIso(Node) - Static method in class org.opengis.cite.cat20.dgiwg10.returnables.Returnables
 
assertSchemaValid(Validator, Source) - Static method in class org.opengis.cite.cat20.dgiwg10.ETSAssert
Asserts that an XML resource is schema-valid.
assertStatusCode(int, int) - Static method in class org.opengis.cite.cat20.dgiwg10.ETSAssert
Asserts that the status code matches the expected status code.
assertTrue(boolean, String) - Static method in class org.opengis.cite.cat20.dgiwg10.ETSAssert
 
assertXmlContentType(MultivaluedMap<String, Object>) - Static method in class org.opengis.cite.cat20.dgiwg10.ETSAssert
Asserts that the header "Content-Type" contains a value with 'xml'.
assertXPath(Node, 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(Node, String, 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(Node, String, 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

BRIEF - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.util.ElementSetName
 
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.
buildValidators() - Method in class org.opengis.cite.cat20.dgiwg10.getrecordbyid.GetRecordById
 
buildValidators() - Method in class org.opengis.cite.cat20.dgiwg10.getrecords.GetRecords
 
buildValidators() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 

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
 
CLIENT - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.SuiteAttribute
A client component for interacting with HTTP endpoints.
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
 
createAnyTextFilter(OutputSchema, String) - Method in class org.opengis.cite.cat20.dgiwg10.xml.FilterCreator
Creates an PropertyIsLike filter for 'Title', an existing title is retrieved from the DataSampler.
createDeleteRequest(String) - Method in class org.opengis.cite.cat20.dgiwg10.xml.RequestCreator
 
createGetRecordById(OutputSchema, ElementSetName, String) - Method in class org.opengis.cite.cat20.dgiwg10.xml.RequestCreator
 
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
 
createHarvest(String) - 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.
createInsertRequest(RequestCreator.RECORDTYPE) - Method in class org.opengis.cite.cat20.dgiwg10.xml.RequestCreator
 
createSchema(URI...) - Static method in class org.opengis.cite.cat20.dgiwg10.util.ValidationUtils
Creates a single Schema object available from the passed schemaUrls.
createTitleFilter(OutputSchema, String) - Method in class org.opengis.cite.cat20.dgiwg10.xml.FilterCreator
Creates an PropertyIsEqualTo filter for 'Title', an existing title is retrieved from the DataSampler.
createUpdateRequest(RequestCreator.RECORDTYPE) - Method in class org.opengis.cite.cat20.dgiwg10.xml.RequestCreator
 
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.
CSWT_IDENTIFIER - Static variable in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionCommon
 
cswValidator - Variable in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 

D

DATA_SAMPLER - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.SuiteAttribute
Data Sampler providing access to test data
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
DATASET - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.xml.RequestCreator.RECORDTYPE
 
DC - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.util.OutputSchema
DublinCore
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 Class 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.

F

filter(ClientRequestContext, ClientResponseContext) - Method in class org.opengis.cite.cat20.dgiwg10.ReusableEntityFilter
FilterCreator - Class in org.opengis.cite.cat20.dgiwg10.xml
 
FilterCreator() - Constructor for class org.opengis.cite.cat20.dgiwg10.xml.FilterCreator
 
findSampleIdentifier() - Method in class org.opengis.cite.cat20.dgiwg10.util.DataSampler
 
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.
FORMAT - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.returnables.Returnables.Returnable
 
FULL - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.util.ElementSetName
 

G

get(String) - Static method in class org.opengis.cite.cat20.dgiwg10.ErrorMessage
Retrieves a simple message according to the current locale.
GET - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.ProtocolBinding
HTTP GET method
getAllBindings() - Method in class org.opengis.cite.cat20.dgiwg10.util.NamespaceBindings
Returns an unmodifiable view of the declared namespace bindings.
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.
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 - Static variable in class org.opengis.cite.cat20.dgiwg10.DGIWG1CAT2
REQUESTS
getCode() - Method in class org.opengis.cite.cat20.dgiwg10.TestNGController
 
getElementName() - Method in enum class org.opengis.cite.cat20.dgiwg10.ProtocolBinding
 
getName() - Method in enum class 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.
getOperationName() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.Harvest
 
getOperationName() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 
getOperationName() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionDataset
 
getOperationName() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionService
 
getOutputDir() - Method in class org.opengis.cite.cat20.dgiwg10.CommandLineArguments
 
getOutputSchema() - Method in enum class 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
 
GetRecordById - Class in org.opengis.cite.cat20.dgiwg10.getrecordbyid
 
GetRecordById() - Constructor for class org.opengis.cite.cat20.dgiwg10.getrecordbyid.GetRecordById
 
getRecords() - Method in class org.opengis.cite.cat20.dgiwg10.util.DataSampler
 
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 - Static variable in class org.opengis.cite.cat20.dgiwg10.DGIWG1CAT2
 
getRequestMessageInfo(Document) - Method in class org.opengis.cite.cat20.dgiwg10.TestFailureListener
Gets diagnostic information about a request message.
getResponseEntityAsDocument(Response, String) - Method in class org.opengis.cite.cat20.dgiwg10.CommonFixture
Obtains the (XML) response entity as a DOM Document.
getResponseEntityAsDocument(Response, 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(Response, 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(Response, 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 class org.opengis.cite.cat20.dgiwg10.SuiteAttribute
 
getTypeName() - Method in enum class org.opengis.cite.cat20.dgiwg10.util.OutputSchema
 
getVersion() - Method in class org.opengis.cite.cat20.dgiwg10.TestNGController
 
GMD - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
ISO 19139
GMD_PREFIX - Static variable in class org.opengis.cite.cat20.dgiwg10.Namespaces
 

H

Harvest - Class in org.opengis.cite.cat20.dgiwg10.transaction
 
Harvest() - Constructor for class org.opengis.cite.cat20.dgiwg10.transaction.Harvest
 
hasTransactionPostUrl() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionCommon
Verify that the service provides a POST URL for Transaction requests.

I

id - Variable in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 
IDENTIFIER - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.returnables.Returnables.Returnable
 
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.
ISO19193 - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.util.OutputSchema
ISO 19139
issueDeleteOperation_Dataset() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionDataset
Issue a HTTP POST Delete Operation with a revised DMF Compliant metadata file.
issueDeleteOperation_Service() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionService
Issue a HTTP POST Delete Operation with a revised DMF Compliant metadata file.
issueGetCapabilities() - Method in class org.opengis.cite.cat20.dgiwg10.getcapabilities.GetCapabilities
Issue an HTTP GET capabilities request.
issueGetRecordById_DublinCore() - Method in class org.opengis.cite.cat20.dgiwg10.getrecordbyid.GetRecordById
Issue an HTTP GetRecordById request with csw:Record.
issueGetRecordById_EnsureHarvest() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.Harvest
 
issueGetRecordById_Iso() - Method in class org.opengis.cite.cat20.dgiwg10.getrecordbyid.GetRecordById
Issue an HTTP GetRecordById request with gmd:MD_Metadata.
issueGetRecordById_Returnables_DublinCore() - Method in class org.opengis.cite.cat20.dgiwg10.getrecordbyid.GetRecordById
Verify that all metadata returnables are present in the result (csw:Record).
issueGetRecordById_Returnables_Iso() - Method in class org.opengis.cite.cat20.dgiwg10.getrecordbyid.GetRecordById
Verify that all metadata returnables are present in the result (gmd:MD_Metadata).
issueGetRecords_DublinCore(String, Element) - Method in class org.opengis.cite.cat20.dgiwg10.getrecords.GetRecords
Issue an HTTP GetRecords request with csw:Record.
issueGetRecords_EnsureDelete_Dataset() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionDataset
Issue a HTTP POST GetRecords Request to confirm the item was deleted.
issueGetRecords_EnsureDelete_Service() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionService
Issue a HTTP POST GetRecords Request to confirm the item was deleted.
issueGetRecords_EnsureInsert_Dataset() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionDataset
Issue a HTTP POST GetRecords Request to confirm the item was inserted.
issueGetRecords_EnsureInsert_Service() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionService
Issue a HTTP POST GetRecords Request to confirm the item was inserted (Requirement 17).
issueGetRecords_EnsureUpdate_Dataset() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionDataset
Issue a HTTP POST GetRecords Request to confirm the item was updated (Requirement 18).
issueGetRecords_EnsureUpdate_Service() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionService
Issue a HTTP POST GetRecords Request to confirm the item was updated (Requirement 17).
issueGetRecords_Iso(String, Element) - Method in class org.opengis.cite.cat20.dgiwg10.getrecords.GetRecords
Issue an HTTP GetRecords request with gmd:MD_Metadata.
issueGetRecords_Returnables_DublinCore(String) - Method in class org.opengis.cite.cat20.dgiwg10.getrecords.GetRecords
Verify that all metadata returnables are present in the result (csw:Record).
issueGetRecords_Returnables_Iso(String) - Method in class org.opengis.cite.cat20.dgiwg10.getrecords.GetRecords
Verify that all metadata returnables are present in the result (gmd:MD_Metadata).
issueHarvestRequest() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.Harvest
Issue a HTTP POST Harvest Request and confirm that all records are returned (Requirement 18).
issueInsertOperation_Dataset() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionDataset
Issue a HTTP POST CSW INSERT operation with DMF Compliant Metadata.
issueInsertOperation_Service() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionService
Issue a HTTP POST CSW INSERT operation with DMF Compliant Metadata.
issueUpdateOperation_Dataset() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionDataset
Issue a HTTP POST Update Operation with a revised DMF Compliant metadata file.
issueUpdateOperation_Service() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionService
Issue a HTTP POST Update Operation with a revised DMF Compliant metadata file.
isTransactionalCsw() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionCommon
Verify that the Abstract present in the service metadata includes basic identifier.
IUT - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.TestRunArg
An absolute URI that refers to a representation of the test subject or metadata about it.

L

LANGUAGE - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.returnables.Returnables.Returnable
 
LOCAL_NAME - Static variable in class org.opengis.cite.cat20.dgiwg10.ErrorMessageKeys
 
log(Level, String) - Static method in class org.opengis.cite.cat20.dgiwg10.util.TestSuiteLogger
Logs a simple message at the specified logging level.
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, 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.

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.getrecordbyid - package org.opengis.cite.cat20.dgiwg10.getrecordbyid
 
org.opengis.cite.cat20.dgiwg10.getrecords - package org.opengis.cite.cat20.dgiwg10.getrecords
 
org.opengis.cite.cat20.dgiwg10.returnables - package org.opengis.cite.cat20.dgiwg10.returnables
 
org.opengis.cite.cat20.dgiwg10.transaction - package org.opengis.cite.cat20.dgiwg10.transaction
 
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 Class 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

parseAsInteger(Node, String) - Static method in class org.opengis.cite.cat20.dgiwg10.util.XMLUtils
Returns the selected value
parseIdentifier() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 
parseTotalDeleted() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 
parseTotalInserted() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 
parseTotalUpdated() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 
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.
POST - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.ProtocolBinding
HTTP POST method
processSuiteParameters(ISuite) - Method in class org.opengis.cite.cat20.dgiwg10.SuiteFixtureListener
Processes test suite arguments and sets suite attributes accordingly.
ProtocolBinding - Enum Class in org.opengis.cite.cat20.dgiwg10
An enumerated type that indicates how a request message is bound to an application protocol.

Q

queryableAndFilter() - Method in class org.opengis.cite.cat20.dgiwg10.getrecords.GetRecords
 
queryables() - Method in class org.opengis.cite.cat20.dgiwg10.getrecords.GetRecords
 

R

removeInsertedRecords() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 
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 - Variable in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 
RequestCreator - Class in org.opengis.cite.cat20.dgiwg10.xml
 
RequestCreator() - Constructor for class org.opengis.cite.cat20.dgiwg10.xml.RequestCreator
 
RequestCreator.RECORDTYPE - Enum Class in org.opengis.cite.cat20.dgiwg10.xml
 
requestDocument - Variable in class org.opengis.cite.cat20.dgiwg10.CommonFixture
An HTTP request message.
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.getrecordbyid.GetRecordById
 
retrieveDataSampler(ITestContext) - Method in class org.opengis.cite.cat20.dgiwg10.getrecords.GetRecords
 
Returnables - Class in org.opengis.cite.cat20.dgiwg10.returnables
 
Returnables() - Constructor for class org.opengis.cite.cat20.dgiwg10.returnables.Returnables
 
Returnables.Returnable - Enum Class in org.opengis.cite.cat20.dgiwg10.returnables
 
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_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 - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.xml.RequestCreator.RECORDTYPE
 
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!
setTransactionPostUrl() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 
SUBJECT - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.returnables.Returnables.Returnable
 
submitGetRequest(URI, Map<String, String>) - Method in class org.opengis.cite.cat20.dgiwg10.util.CSWClient
Submits an HTTP request message.
submitPostRequest(Client, URI, Document) - Method in class org.opengis.cite.cat20.dgiwg10.util.CSWClient
 
submitPostRequest(URI, Document) - Method in class org.opengis.cite.cat20.dgiwg10.util.CSWClient
Submits an HTTP request message.
submitPostRequest(URI, Document, String, String) - Method in class org.opengis.cite.cat20.dgiwg10.util.CSWClient
 
SuiteAttribute - Enum Class 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
 
SUMMARY - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.util.ElementSetName
 
supportsHarvesting() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.Harvest
 

T

TEST_SUBJ_FILE - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.SuiteAttribute
A File containing the test subject or a description of it.
TEST_SUBJECT - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.SuiteAttribute
A DOM Document that represents the test subject or metadata about it.
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 Class 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.
TITLE - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.returnables.Returnables.Returnable
 
toString() - Method in enum class org.opengis.cite.cat20.dgiwg10.SuiteAttribute
 
toString() - Method in enum class 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
 
TRANSACTION_PASSWORD - Static variable in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 
TRANSACTION_USERNAME - Static variable in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 
TransactionalOperation - Class in org.opengis.cite.cat20.dgiwg10.transaction
 
TransactionalOperation() - Constructor for class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 
TransactionCommon - Class in org.opengis.cite.cat20.dgiwg10.transaction
 
TransactionCommon() - Constructor for class org.opengis.cite.cat20.dgiwg10.transaction.TransactionCommon
 
TransactionDataset - Class in org.opengis.cite.cat20.dgiwg10.transaction
 
TransactionDataset() - Constructor for class org.opengis.cite.cat20.dgiwg10.transaction.TransactionDataset
 
TransactionService - Class in org.opengis.cite.cat20.dgiwg10.transaction
Implements A.1.5 DGIWG Transactional CSW
TransactionService() - Constructor for class org.opengis.cite.cat20.dgiwg10.transaction.TransactionService
 
transactionUrl - Variable in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
 
TYPE - Enum constant in enum class org.opengis.cite.cat20.dgiwg10.returnables.Returnables.Returnable
 

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 class org.opengis.cite.cat20.dgiwg10.ProtocolBinding
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opengis.cite.cat20.dgiwg10.returnables.Returnables.Returnable
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opengis.cite.cat20.dgiwg10.SuiteAttribute
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opengis.cite.cat20.dgiwg10.TestRunArg
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opengis.cite.cat20.dgiwg10.util.ElementSetName
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opengis.cite.cat20.dgiwg10.util.OutputSchema
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opengis.cite.cat20.dgiwg10.xml.RequestCreator.RECORDTYPE
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.opengis.cite.cat20.dgiwg10.ProtocolBinding
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opengis.cite.cat20.dgiwg10.returnables.Returnables.Returnable
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opengis.cite.cat20.dgiwg10.SuiteAttribute
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opengis.cite.cat20.dgiwg10.TestRunArg
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opengis.cite.cat20.dgiwg10.util.ElementSetName
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opengis.cite.cat20.dgiwg10.util.OutputSchema
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opengis.cite.cat20.dgiwg10.xml.RequestCreator.RECORDTYPE
Returns an array containing the constants of this enum class, in the order they are declared.
verifyAbstract() - Method in class org.opengis.cite.cat20.dgiwg10.transaction.TransactionCommon
Verify that the Abstract present in the service metadata includes the text defined in requirement 19.
verifyCapabilities(ITestContext) - Method in class org.opengis.cite.cat20.dgiwg10.SuitePreconditions
Verifies that the test subject is a CSW 2.0 service.
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).
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() - 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
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 Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values