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

addAllBindings(Map<String, String>) - Method in class org.opengis.cite.wps10.util.NamespaceBindings
Adds all of the supplied namespace bindings to the existing set of entries.
addNamespaceBinding(String, String) - Method in class org.opengis.cite.wps10.util.NamespaceBindings
Adds a namespace binding that associates a namespace name with a prefix.
AllOperationServerValidation - Class in org.opengis.cite.wps10.level1
 
AllOperationServerValidation() - Constructor for class org.opengis.cite.wps10.level1.AllOperationServerValidation
 
asList(NodeList) - Static method in class org.opengis.cite.wps10.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.wps10.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.wps10.ETSAssert
Asserts that the given response message contains an OGC exception report.
assertQualifiedName(Node, QName) - Static method in class org.opengis.cite.wps10.ETSAssert
Asserts that the qualified name of a DOM Node matches the expected value.
assertSchematronValid(URL, Source, String) - Static method in class org.opengis.cite.wps10.ETSAssert
Asserts that an XML resource satisfies all applicable constraints defined for the specified phase in a Schematron (ISO 19757-3) schema.
assertSchemaValid(Validator, Source) - Static method in class org.opengis.cite.wps10.ETSAssert
Asserts that an XML resource is schema-valid.
assertXPath(String, Node, Map<String, String>) - Static method in class org.opengis.cite.wps10.ETSAssert
Asserts that an XPath 1.0 expression holds true for the given evaluation context.

B

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

C

CheckObservationTypeCategory(String) - Method in class org.opengis.cite.wps10.DataFixture
Check Observation Type Category in schematron document resultTypeConsistent.sch
CheckObservationTypeCount(String) - Method in class org.opengis.cite.wps10.DataFixture
Check Observation Type Count in schematron document resultTypeConsistent.sch
CheckObservationTypeMeasurement(String) - Method in class org.opengis.cite.wps10.DataFixture
Check Observation Type Measurement in schematron document resultTypeConsistent.sch
CheckObservationTypeTruth(String) - Method in class org.opengis.cite.wps10.DataFixture
Check Observation Type Truth in schematron document resultTypeConsistent.sch
CheckXPath2(String) - Method in class org.opengis.cite.wps10.DataFixture
Check XPath2.0
CheckXPath2(String, Document) - Method in class org.opengis.cite.wps10.level1.AllOperationServerValidation
Check XPath2.0
CheckXPath2(String, Document) - Method in class org.opengis.cite.wps10.level1.DescribeProcessValidation
Check XPath2.0
CheckXPath2(String, Document) - Method in class org.opengis.cite.wps10.level1.ExecuteValidation
Check XPath2.0
CheckXPath2(String, Document) - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
Check XPath2.0
CheckXPath2(String, String) - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
 
CheckXPath2Modified(String, File) - Method in class org.opengis.cite.wps10.DataFixture
Check XPath2.0 modified version
clearMessages() - Method in class org.opengis.cite.wps10.CommonFixture
 
client - Variable in class org.opengis.cite.wps10.CommonFixture
HTTP client component (JAX-RS Client API).
ClientUtils - Class in org.opengis.cite.wps10.util
Provides various utility methods for creating and configuring HTTP client components.
ClientUtils() - Constructor for class org.opengis.cite.wps10.util.ClientUtils
 
CommandLineArguments - Class in org.opengis.cite.wps10
Declares supported command line arguments that are parsed using the JCommander library.
CommandLineArguments() - Constructor for class org.opengis.cite.wps10.CommandLineArguments
 
CommonFixture - Class in org.opengis.cite.wps10
A supporting base class that sets up a common test fixture.
CommonFixture() - Constructor for class org.opengis.cite.wps10.CommonFixture
 
createElement(QName) - Static method in class org.opengis.cite.wps10.util.XMLUtils
Creates a new Element having the specified qualified name.
createSchema(String) - Static method in class org.opengis.cite.wps10.util.ValidationUtils
 
createSchemaResolver(URI) - Static method in class org.opengis.cite.wps10.util.ValidationUtils
Creates a resource resolver suitable for locating schemas using an entity catalog.
CreateValidator(URL) - Method in class org.opengis.cite.wps10.DataFixture
Create Validator for checking XML file against XML Schema file
CreateValidatorFromXSD(URL) - Method in class org.opengis.cite.wps10.DataFixture
Create validator from xsd file

D

dataFile - Variable in class org.opengis.cite.wps10.DataFixture
Files containing tested subject.
DataFixture - Class in org.opengis.cite.wps10
A supporting base class that provides a common fixture for validating data sets.
DataFixture() - Constructor for class org.opengis.cite.wps10.DataFixture
 
deleteTempFiles(ISuite) - Method in class org.opengis.cite.wps10.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.wps10.util.URIUtils
Dereferences the given URI and stores the resulting resource representation in a local file.
DescribeProcessHttpProtocolUsageValidation() - Method in class org.opengis.cite.wps10.level1.AllOperationServerValidation
A.4.1.1 DescribeProcess HTTP protocol usage
DescribeProcessHttpResponseStatusCodeValidation() - Method in class org.opengis.cite.wps10.level1.AllOperationServerValidation
A.4.1.2 DescribeProcess HTTP response status code 1.
DescribeProcessResponseValidation() - Method in class org.opengis.cite.wps10.level1.DescribeProcessValidation
A.4.3.3 DescribeProcess operation response
DescribeProcessValidation - Class in org.opengis.cite.wps10.level1
 
DescribeProcessValidation() - Constructor for class org.opengis.cite.wps10.level1.DescribeProcessValidation
 
doDeleteSubjectOnFinish() - Method in class org.opengis.cite.wps10.CommandLineArguments
 
doTestRun(Document) - Method in class org.opengis.cite.wps10.TestNGController
 

E

EMPTY_STRING - Static variable in class org.opengis.cite.wps10.ErrorMessageKeys
 
ErrorMessage - Class in org.opengis.cite.wps10
Utility class for retrieving and formatting localized error messages that describe failed assertions.
ErrorMessage() - Constructor for class org.opengis.cite.wps10.ErrorMessage
 
ErrorMessageKeys - Class in org.opengis.cite.wps10
Defines keys used to access localized messages for assertion errors.
ErrorMessageKeys() - Constructor for class org.opengis.cite.wps10.ErrorMessageKeys
 
ETSAssert - Class in org.opengis.cite.wps10
Provides a set of custom assertion methods.
evaluateXPath(Node, String, Map<String, String>) - Static method in class org.opengis.cite.wps10.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.wps10.util.XMLUtils
Evaluates an XPath expression using the given context and returns the result as the specified type.
evaluateXPath2(Source, String, Map<String, String>) - Method in class org.opengis.cite.wps10.level1.AllOperationServerValidation
Evaluates an XPath 2.0 expression using the Saxon s9api interfaces.
evaluateXPath2(Source, String, Map<String, String>) - Method in class org.opengis.cite.wps10.level1.DescribeProcessValidation
Evaluates an XPath 2.0 expression using the Saxon s9api interfaces.
evaluateXPath2(Source, String, Map<String, String>) - Method in class org.opengis.cite.wps10.level1.ExecuteValidation
Evaluates an XPath 2.0 expression using the Saxon s9api interfaces.
evaluateXPath2(Source, String, Map<String, String>) - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
Evaluates an XPath 2.0 expression using the Saxon s9api interfaces.
evaluateXPath2(Source, String, Map<String, String>) - Static method in class org.opengis.cite.wps10.util.XMLUtils
Evaluates an XPath 2.0 expression using the Saxon s9api interfaces.
evaluateXPath2Modified(File, String, Map<String, String>) - Static method in class org.opengis.cite.wps10.DataFixture
Evaluates an XPath 2.0 expression using the Saxon s9api interfaces modified version
evaluateXQuery(Source, String, Map<String, String>) - Static method in class org.opengis.cite.wps10.util.XMLUtils
Evaluates an XQuery 1.0 expression using the Saxon s9api interfaces.
executeHttpGetUri - Variable in class org.opengis.cite.wps10.DataFixture
 
ExecuteHttpResponseStatusCodeValidation() - Method in class org.opengis.cite.wps10.level1.AllOperationServerValidation
A.4.1.2 Execute HTTP Response Status Code 1.
executeRequestFileRawDataOutputSubject - Variable in class org.opengis.cite.wps10.DataFixture
 
executeRequestFileResponseDocumentOutputSubject - Variable in class org.opengis.cite.wps10.DataFixture
 
executeRequestFileUpdatingResponseDocumentOutputSubject - Variable in class org.opengis.cite.wps10.DataFixture
 
ExecuteValidation - Class in org.opengis.cite.wps10.level1
 
ExecuteValidation() - Constructor for class org.opengis.cite.wps10.level1.ExecuteValidation
 
expandReferencesInText(String) - Static method in class org.opengis.cite.wps10.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.wps10.util.ValidationUtils
Extracts a set of XML Schema references from a source XML document.

F

format(String, Object...) - Static method in class org.opengis.cite.wps10.ErrorMessage
Produces a formatted error message using the supplied substitution arguments and the current locale.

G

generateXPathExpression(List<QName>, Map<String, String>) - Method in class org.opengis.cite.wps10.DataFixture
Generates an XPath expression to find all instances of the given elements in the data being validated.
get(String) - Static method in class org.opengis.cite.wps10.ErrorMessage
Retrieves a simple message according to the current locale.
getAllBindings() - Method in class org.opengis.cite.wps10.util.NamespaceBindings
Returns an unmodifiable view of the declared namespace bindings.
GetCapabilitiesHttpProtocolUsageValidation() - Method in class org.opengis.cite.wps10.level1.AllOperationServerValidation
A.4.1.1 GetCapabilities HTTP protocol usage
GetCapabilitiesHttpResponseStatusCodeValidation() - Method in class org.opengis.cite.wps10.level1.AllOperationServerValidation
A.4.1.2 GetCapabilities HTTP response status code
GetCapabilitiesResponseValidation() - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
A.4.2.3 GetCapabilities operation response
GetCapabilitiesValidation - Class in org.opengis.cite.wps10.level1
 
GetCapabilitiesValidation() - Constructor for class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
 
getCode() - Method in class org.opengis.cite.wps10.TestNGController
 
GetConnection(String, String) - Method in class org.opengis.cite.wps10.level1.AllOperationServerValidation
 
GetConnection(String, String) - Method in class org.opengis.cite.wps10.level1.DescribeProcessValidation
 
getConnection(String, String) - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
 
GetConnection(String, String) - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
 
getElementsByNamespaceURI(Node, String) - Static method in class org.opengis.cite.wps10.util.XMLUtils
Returns a List of all descendant Element nodes having the specified [namespace name] property.
GetFileViaResourcePath(String) - Method in class org.opengis.cite.wps10.DataFixture
 
getName() - Method in enum org.opengis.cite.wps10.SuiteAttribute
 
getNamespaceURI(String) - Method in class org.opengis.cite.wps10.util.NamespaceBindings
 
getOutputDir() - Method in class org.opengis.cite.wps10.CommandLineArguments
 
getPrefix(String) - Method in class org.opengis.cite.wps10.util.NamespaceBindings
 
getPrefixes(String) - Method in class org.opengis.cite.wps10.util.NamespaceBindings
 
getPropertiesFile() - Method in class org.opengis.cite.wps10.CommandLineArguments
 
getRequestMessageInfo(ClientRequest) - Method in class org.opengis.cite.wps10.TestFailureListener
Gets diagnostic information about a request message.
getResponseEntityAsDocument(ClientResponse, String) - Method in class org.opengis.cite.wps10.CommonFixture
Obtains the (XML) response entity as a DOM Document.
getResponseEntityAsDocument(ClientResponse, String) - Static method in class org.opengis.cite.wps10.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.wps10.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.wps10.TestFailureListener
Gets diagnostic information about a response message.
GetResultTypeHref() - Method in class org.opengis.cite.wps10.DataFixture
 
getStandardBindings() - Method in class org.opengis.cite.wps10.level1.AllOperationServerValidation
 
getStandardBindings() - Method in class org.opengis.cite.wps10.level1.DescribeProcessValidation
 
getStandardBindings() - Method in class org.opengis.cite.wps10.level1.ExecuteValidation
 
getStandardBindings() - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
 
getStandardBindings() - Static method in class org.opengis.cite.wps10.util.NamespaceBindings
 
getTitle() - Method in class org.opengis.cite.wps10.TestNGController
 
getType() - Method in enum org.opengis.cite.wps10.SuiteAttribute
 
getVersion() - Method in class org.opengis.cite.wps10.TestNGController
 
GML - Static variable in class org.opengis.cite.wps10.Namespaces
ISO 19136 (GML 3.2)

H

handle(ClientRequest) - Method in class org.opengis.cite.wps10.ReusableEntityFilter
 
HandlingUpdateSequenceValidation() - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
A.4.2.5 Handling updateSequence parameter
HTTPGETTransferredExecuteValidation() - Method in class org.opengis.cite.wps10.level1.ExecuteValidation
A.4.4.1 HTTP protocol GET usage
HTTPGETTransferredKVPDescribeProcessValidation() - Method in class org.opengis.cite.wps10.level1.DescribeProcessValidation
A.4.3.1 Accept DescribeProcess HTTP GET transferred operation requests
HTTPGETTransferredKVPGetCapabilitiesValidation() - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
A.4.2.1 Accept HTTP GET transferred KVP GetCapabilities operation request
HTTPPOSTTransferredExecuteValidation() - Method in class org.opengis.cite.wps10.level1.ExecuteValidation
A.4.4.2 HTTP protocol POST usage
HTTPPOSTTransferredXMLDescribeProcessValidation() - Method in class org.opengis.cite.wps10.level1.DescribeProcessValidation
A.4.3.2 Accept DescribeProcess HTTP POST transferred operation requests
HTTPPOSTTransferredXMLGetCapabilitiesValidation() - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
A.4.2.2 Accept HTTP POST transferred XML GetCapabilities operation request

I

importElement(Element) - Static method in class org.opengis.cite.wps10.util.XMLUtils
Creates a DOM Document with the given Element as the document element.
initCommonFixture(ITestContext) - Method in class org.opengis.cite.wps10.CommonFixture
Initializes the common test fixture with a client component for interacting with HTTP endpoints.
isLoggable(Level) - Static method in class org.opengis.cite.wps10.util.TestSuiteLogger
Indicates if the logger is enabled at a given logging level.
isXMLSchema(File) - Static method in class org.opengis.cite.wps10.util.XMLUtils
 

L

LanguageSelectionExecuteValidation() - Method in class org.opengis.cite.wps10.level1.ExecuteValidation
A.4.4.6 Language Selection
LanguageSelectionGetCapabilitiesValidation() - Method in class org.opengis.cite.wps10.level1.DescribeProcessValidation
A.4.3.4 Language selection
LanguageSelectionGetCapabilitiesValidation() - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
A.4.2.6 Language selection
LOCAL_NAME - Static variable in class org.opengis.cite.wps10.ErrorMessageKeys
 
log(Level, String, Object[]) - Static method in class org.opengis.cite.wps10.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.wps10.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.wps10.util.TestSuiteLogger
Logs a simple message at the specified logging level.

M

main(String[]) - Static method in class org.opengis.cite.wps10.TestNGController
A convenience method for running the test suite using a command-line interface.
MISSING_ENTITY - Static variable in class org.opengis.cite.wps10.ErrorMessageKeys
 
MISSING_INFOSET_ITEM - Static variable in class org.opengis.cite.wps10.ErrorMessageKeys
 
model - Variable in class org.opengis.cite.wps10.DataFixture
An XSModel object representing a GML application schema.

N

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

O

obtainTestSubject(ITestContext) - Method in class org.opengis.cite.wps10.DataFixture
 
onExecutionFinish() - Method in class org.opengis.cite.wps10.TestRunListener
 
onExecutionStart() - Method in class org.opengis.cite.wps10.TestRunListener
 
onFinish(ISuite) - Method in class org.opengis.cite.wps10.SuiteFixtureListener
 
onStart(ISuite) - Method in class org.opengis.cite.wps10.SuiteFixtureListener
 
onTestFailure(ITestResult) - Method in class org.opengis.cite.wps10.TestFailureListener
Sets the "request" and "response" attributes of a test result.
org.opengis.cite.wps10 - package org.opengis.cite.wps10
The root package includes supporting classes of general utility such as the main controller, listeners, and reporters.
org.opengis.cite.wps10.level1 - package org.opengis.cite.wps10.level1
Conformance Level 1 includes basic facilities.
org.opengis.cite.wps10.util - package org.opengis.cite.wps10.util
This package includes miscellaneous utility classes to support testing.
originalSubject - Variable in class org.opengis.cite.wps10.DataFixture
 
OWS - Static variable in class org.opengis.cite.wps10.Namespaces
OGC 06-121r3 (OWS 1.1)

P

parseURI(URI) - Static method in class org.opengis.cite.wps10.util.URIUtils
Parses the content of the given URI as an XML document and returns a new DOM Document object.
postMessage(String, String) - Method in class org.opengis.cite.wps10.level1.AllOperationServerValidation
 
postMessage(String, String) - Method in class org.opengis.cite.wps10.level1.DescribeProcessValidation
 
postMessage(String, String) - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
 
processId - Variable in class org.opengis.cite.wps10.level1.AllOperationServerValidation
 
processId - Variable in class org.opengis.cite.wps10.level1.DescribeProcessValidation
 
processSuiteParameters(ISuite) - Method in class org.opengis.cite.wps10.SuiteFixtureListener
Processes test suite arguments and sets suite attributes accordingly.
processXmlReference(ISuite) - Method in class org.opengis.cite.wps10.SuiteFixtureListener
 

R

RawDataOutputExecuteValidation() - Method in class org.opengis.cite.wps10.level1.ExecuteValidation
A.4.4.3 Raw Data Output
registerClientComponent(ISuite) - Method in class org.opengis.cite.wps10.SuiteFixtureListener
A client component is added to the suite fixture as the value of the SuiteAttribute.CLIENT attribute; it may be subsequently accessed via the ITestContext.getSuite() method.
removeParameters(MediaType) - Static method in class org.opengis.cite.wps10.util.ClientUtils
Creates a copy of the given MediaType object but without any parameters.
request - Variable in class org.opengis.cite.wps10.CommonFixture
An HTTP request message.
resolveRelativeURI(String, String) - Static method in class org.opengis.cite.wps10.util.URIUtils
Constructs an absolute URI from the given URI reference and a base URI.
resolveURIAsFile(URI) - Static method in class org.opengis.cite.wps10.util.URIUtils
 
Resource_GML_Path - Variable in class org.opengis.cite.wps10.DataFixture
 
Resource_SWE_Path - Variable in class org.opengis.cite.wps10.DataFixture
 
response - Variable in class org.opengis.cite.wps10.CommonFixture
An HTTP response message.
ResponseDocumentExecuteValidation() - Method in class org.opengis.cite.wps10.level1.ExecuteValidation
A.4.4.4 Response Document
ReusableEntityFilter - Class in org.opengis.cite.wps10
Buffers the (response) entity so it can be read multiple times.
ReusableEntityFilter() - Constructor for class org.opengis.cite.wps10.ReusableEntityFilter
 
ROOT_PKG - Static variable in class org.opengis.cite.wps10.util.ValidationUtils
 
ROOT_PKG_PATH - Static variable in class org.opengis.cite.wps10.CommonFixture
Root test suite package (absolute path).

S

SCH - Static variable in class org.opengis.cite.wps10.Namespaces
Schematron (ISO 19757-3) namespace
SchemaElement(String, String, File) - Method in class org.opengis.cite.wps10.DataFixture
Return "true" if candidate element node satisfy all three of the following conditions: Condition 1: The name of the candidate node matches the specified nodeName or matches the name of an element in a substitution group headed by an element named nodeName.
sendGetRequest(String, String) - Method in class org.opengis.cite.wps10.level1.AllOperationServerValidation
 
sendGetRequest(String, String) - Method in class org.opengis.cite.wps10.level1.DescribeProcessValidation
 
sendGetRequest(String, String) - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
 
sendHTTPGetRequestGetCapabilitiesOperationByVersion(String) - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
 
setDataFile(File) - Method in class org.opengis.cite.wps10.DataFixture
Sets the data file.
setSchemaModel(XSModel) - Method in class org.opengis.cite.wps10.DataFixture
Sets the schema model (for unit testing purposes).
SOAP_ENV - Static variable in class org.opengis.cite.wps10.Namespaces
SOAP 1.2 message envelopes.
SuiteAttribute - Enum in org.opengis.cite.wps10
An enumerated type defining ISuite attributes that may be set to constitute a shared test fixture.
SuiteFixtureListener - Class in org.opengis.cite.wps10
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.wps10.SuiteFixtureListener
 
SuitePreconditions - Class in org.opengis.cite.wps10
Checks that various preconditions are satisfied before the test suite is run.
SuitePreconditions() - Constructor for class org.opengis.cite.wps10.SuitePreconditions
 

T

TargetStandard - Static variable in class org.opengis.cite.wps10.Namespaces
 
TargetStandardPrefix - Static variable in class org.opengis.cite.wps10.Namespaces
 
TestFailureListener - Class in org.opengis.cite.wps10
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.wps10.TestFailureListener
 
TestNGController - Class in org.opengis.cite.wps10
Main test run controller oversees execution of TestNG test suites.
TestNGController() - Constructor for class org.opengis.cite.wps10.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.wps10.TestNGController
Construct a controller that writes results to the given output directory.
TestRunArg - Enum in org.opengis.cite.wps10
An enumerated type defining all recognized test run arguments.
TestRunListener - Class in org.opengis.cite.wps10
A listener that is invoked before and after a test run.
TestRunListener() - Constructor for class org.opengis.cite.wps10.TestRunListener
 
testSubject - Variable in class org.opengis.cite.wps10.DataFixture
 
testSubjectUri - Variable in class org.opengis.cite.wps10.DataFixture
 
TestSuiteLogger - Class in org.opengis.cite.wps10.util
Logging utility class that provides simple access to the JDK Logging API.
toString() - Method in enum org.opengis.cite.wps10.SuiteAttribute
 
toString() - Method in enum org.opengis.cite.wps10.TestRunArg
 
toString() - Method in class org.opengis.cite.wps10.util.NamespaceBindings
 
transform(Source, Node) - Static method in class org.opengis.cite.wps10.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.wps10.ErrorMessageKeys
 
UNEXPECTED_STATUS - Static variable in class org.opengis.cite.wps10.ErrorMessageKeys
 
UpdatingResponseDocumentExecuteValidation() - Method in class org.opengis.cite.wps10.level1.ExecuteValidation
A.4.4.5 Updating Response Document
URIUtils - Class in org.opengis.cite.wps10.util
Provides a collection of utility methods for manipulating or resolving URI references.
URIUtils() - Constructor for class org.opengis.cite.wps10.util.URIUtils
 

V

validateTestRunArgs(Document) - Method in class org.opengis.cite.wps10.TestNGController
Validates the test run arguments.
validateXMLString(String, String) - Method in class org.opengis.cite.wps10.level1.DescribeProcessValidation
 
validateXMLString(String, String) - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
 
ValidationUtils - Class in org.opengis.cite.wps10.util
A utility class that provides convenience methods to support schema validation.
ValidationUtils() - Constructor for class org.opengis.cite.wps10.util.ValidationUtils
 
valueOf(String) - Static method in enum org.opengis.cite.wps10.SuiteAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengis.cite.wps10.TestRunArg
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opengis.cite.wps10.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.wps10.TestRunArg
Returns an array containing the constants of this enum type, in the order they are declared.
verifyTestSubject(ITestContext) - Method in class org.opengis.cite.wps10.SuitePreconditions
Verifies that the referenced test subject exists and has the expected type.
VersionNegotiationGetCapabilitiesValidation() - Method in class org.opengis.cite.wps10.level1.GetCapabilitiesValidation
A.4.2.4 Version negotiation

W

withStandardBindings() - Static method in class org.opengis.cite.wps10.util.NamespaceBindings
Creates a NamespaceBindings object that declares the following namespace bindings: ows: "http://www.opengis.net/ows/1.1" xlink: "http://www.w3.org/1999/xlink" gml: "http://www.opengis.net/gml/3.2"
WPS - Static variable in class org.opengis.cite.wps10.Namespaces
 
writeNode(Node, OutputStream) - Static method in class org.opengis.cite.wps10.util.XMLUtils
Writes the content of a DOM Node to a byte stream.
writeNodeToString(Node) - Static method in class org.opengis.cite.wps10.util.XMLUtils
Writes the content of a DOM Node to a string.

X

XLINK - Static variable in class org.opengis.cite.wps10.Namespaces
W3C XLink
XML_ERROR - Static variable in class org.opengis.cite.wps10.ErrorMessageKeys
 
XMLUtils - Class in org.opengis.cite.wps10.util
Provides various utility methods for accessing or manipulating XML representations.
XMLUtils() - Constructor for class org.opengis.cite.wps10.util.XMLUtils
 
XPATH_ERROR - Static variable in class org.opengis.cite.wps10.ErrorMessageKeys
 
XPATH_RESULT - Static variable in class org.opengis.cite.wps10.ErrorMessageKeys
 
XSD - Static variable in class org.opengis.cite.wps10.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 © 2021 Open Geospatial Consortium. All rights reserved.