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

A

addAllBindings(Map<String, String>) - Method in class org.opengis.cite.ogcapiprocesses10.util.NamespaceBindings
Adds all of the supplied namespace bindings to the existing set of entries.
addAttributesOnTestFailure(ITestResult) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
Augments the test result with supplementary attributes in the event that a test method failed.
addNamespaceBinding(String, String) - Method in class org.opengis.cite.ogcapiprocesses10.util.NamespaceBindings
Adds a namespace binding that associates a namespace name with a prefix.
addServerUnderTest(OpenApi3) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
addType(CommonFixture.Type) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
addType(CommonFixture.Type) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Output
 
asQueryParameter() - Method in class org.opengis.cite.ogcapiprocesses10.util.BBox
 
assertFalse(boolean, String) - Static method in class org.opengis.cite.ogcapiprocesses10.EtsAssert
 
assertTrue(boolean, String) - Static method in class org.opengis.cite.ogcapiprocesses10.EtsAssert
 

B

BBox - Class in org.opengis.cite.ogcapiprocesses10.util
 
BBox(double, double, double, double) - Constructor for class org.opengis.cite.ogcapiprocesses10.util.BBox
 
buildClient() - Static method in class org.opengis.cite.ogcapiprocesses10.util.ClientUtils
Builds a client component for interacting with HTTP endpoints.
buildClientWithProxy(String, int) - Static method in class org.opengis.cite.ogcapiprocesses10.util.ClientUtils
Constructs a client component that uses a specified web proxy.
buildGetRequest(URI, Map<String, String>, MediaType...) - Static method in class org.opengis.cite.ogcapiprocesses10.util.ClientUtils
Builds an HTTP request message that uses the GET method.
buildUrl() - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.UriBuilder
 
byConformanceClass(String) - Static method in enum org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
 

C

checkHtmlConfClass(String) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
Try to implement testing for A.5.
clearMessages() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
ClientUtils - Class in org.opengis.cite.ogcapiprocesses10.util
Provides various utility methods for creating and configuring HTTP client components.
ClientUtils() - Constructor for class org.opengis.cite.ogcapiprocesses10.util.ClientUtils
 
collectionName(String) - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.UriBuilder
Adds the collectionName to the URI
collectNumberOfAllReturnedFeatures(JsonPath, int) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Collects the number of all returned features by iterating over all 'next' links and summarizing the size of features in 'features' array property.
CommandLineArguments - Class in org.opengis.cite.ogcapiprocesses10
Declares supported command line arguments that are parsed using the JCommander library.
CommandLineArguments() - Constructor for class org.opengis.cite.ogcapiprocesses10.CommandLineArguments
 
CommonDataFixture - Class in org.opengis.cite.ogcapiprocesses10
 
CommonDataFixture() - Constructor for class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
 
CommonFixture - Class in org.opengis.cite.ogcapiprocesses10
A supporting base class that sets up a common test fixture.
CommonFixture() - Constructor for class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
CommonFixture.Input - Class in org.opengis.cite.ogcapiprocesses10
 
CommonFixture.Output - Class in org.opengis.cite.ogcapiprocesses10
 
CommonFixture.Type - Class in org.opengis.cite.ogcapiprocesses10
 
Conformance - Class in org.opengis.cite.ogcapiprocesses10.conformance
A.2.3.
Conformance() - Constructor for class org.opengis.cite.ogcapiprocesses10.conformance.Conformance
 
conformanceUris(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.conformance.Conformance
 
CONTENT_ENCODING_PROPERTY_KEY - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
CONTENT_MEDIA_TYPE_PROPERTY_KEY - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
CONTENT_SCHEMA_PROPERTY_KEY - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
CONTENT_TYPE - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
createInput(JsonNode, String) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures() - Method in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
 
createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures(Map<String, Object>) - Method in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
 
createListOfMediaTypesToSupportForOtherResources(Map<String, Object>) - Method in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
 
createOutput(JsonNode, String) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 

D

deleteTempFiles(ISuite) - Method in class org.opengis.cite.ogcapiprocesses10.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.ogcapiprocesses10.util.URIUtils
Dereferences the given URI and stores the resulting resource representation in a local file.
doDeleteSubjectOnFinish() - Method in class org.opengis.cite.ogcapiprocesses10.CommandLineArguments
 
doTestRun(Document) - Method in class org.opengis.cite.ogcapiprocesses10.TestNGController
 

E

EMPTY_STRING - Static variable in class org.opengis.cite.ogcapiprocesses10.ErrorMessageKeys
 
equals(Object) - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.TestPoint
 
equals(Object) - Method in class org.opengis.cite.ogcapiprocesses10.util.BBox
 
ErrorMessage - Class in org.opengis.cite.ogcapiprocesses10
Utility class for retrieving and formatting localized error messages that describe failed assertions.
ErrorMessage() - Constructor for class org.opengis.cite.ogcapiprocesses10.ErrorMessage
 
ErrorMessageKeys - Class in org.opengis.cite.ogcapiprocesses10
Defines keys used to access localized messages for assertion errors.
ErrorMessageKeys() - Constructor for class org.opengis.cite.ogcapiprocesses10.ErrorMessageKeys
 
EtsAssert - Class in org.opengis.cite.ogcapiprocesses10
Provides a set of custom assertion methods.
EtsAssert() - Constructor for class org.opengis.cite.ogcapiprocesses10.EtsAssert
 
ExecutionMode - Enum in org.opengis.cite.ogcapiprocesses10.util
 

F

featureId(String) - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.UriBuilder
Adds the featureId to the URI
findLinkByRel(List<Map<String, Object>>, String) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Parses the link with 'rel=self'.
findLinksWithoutRelOrType(List<Map<String, Object>>, Set<String>) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Parses the links without 'rel' or 'type' property.
findLinksWithSupportedMediaTypeByRel(List<Map<String, Object>>, List<String>, String) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Parses all links with 'type' of one of the passed mediaTypes and the 'rel' property with the passed value.
findUnsupportedTypes(List<Map<String, Object>>, List<String>) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Parsing the media types which does not have a link woth property 'type' for.
format - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
format(String, Object...) - Static method in class org.opengis.cite.ogcapiprocesses10.ErrorMessage
Produces a formatted error message using the supplied substitution arguments and the current locale.
formatDate(ZonedDateTime) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Formats the passed string as ISO 8601 date.
formatDate(LocalDate) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Formats the passed string as ISO 8601 date.
formatDateRange(ZonedDateTime, ZonedDateTime) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Formats the passed string as a period using a start and end time.
formatDateRangeWithDuration(LocalDate, LocalDate) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Formats the passed string as a period using start time and a duration.
fromString(String) - Static method in enum org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
 

G

GeneralHttp - Class in org.opengis.cite.ogcapiprocesses10.general
A.2.1.
GeneralHttp() - Constructor for class org.opengis.cite.ogcapiprocesses10.general.GeneralHttp
 
GEOJSON_MIME_TYPE - Static variable in class org.opengis.cite.ogcapiprocesses10.OgcApiProcesses10
 
get(String) - Static method in class org.opengis.cite.ogcapiprocesses10.ErrorMessage
Retrieves a simple message according to the current locale.
getAllBindings() - Method in class org.opengis.cite.ogcapiprocesses10.util.NamespaceBindings
Returns an unmodifiable view of the declared namespace bindings.
getApiModel() - Method in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
 
getBegin() - Method in class org.opengis.cite.ogcapiprocesses10.util.TemporalExtent
 
getBody() - Method in class org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
 
getCode() - Method in class org.opengis.cite.ogcapiprocesses10.TestNGController
 
getContentEncoding() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Type
 
getContentMediaType() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Type
 
getContentMediaTypes() - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.TestPoint
 
getContentSchema() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Type
 
getCookies() - Method in class org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
 
getEnd() - Method in class org.opengis.cite.ogcapiprocesses10.util.TemporalExtent
 
getFormat() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
getFormat() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Type
 
getHeaders() - Method in class org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
 
getHeaderValues(String) - Method in class org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
 
getId() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
getId() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Output
 
getMediaTypeFeaturesAndCollections() - Method in enum org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
 
getMediaTypeOtherResources() - Method in enum org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
 
getMethod() - Method in class org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
 
getName() - Method in enum org.opengis.cite.ogcapiprocesses10.SuiteAttribute
 
getNamespaceURI(String) - Method in class org.opengis.cite.ogcapiprocesses10.util.NamespaceBindings
 
getOutputDir() - Method in class org.opengis.cite.ogcapiprocesses10.CommandLineArguments
 
getPath() - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.TestPoint
 
getPath() - Method in class org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
 
getPredefinedTemplateReplacement() - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.TestPoint
 
getPrefix(String) - Method in class org.opengis.cite.ogcapiprocesses10.util.NamespaceBindings
 
getPrefixes(String) - Method in class org.opengis.cite.ogcapiprocesses10.util.NamespaceBindings
 
getPropertiesFile() - Method in class org.opengis.cite.ogcapiprocesses10.CommandLineArguments
 
getQuery() - Method in class org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
 
getRequest() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
getRequestMessageInfo(ClientRequest) - Method in class org.opengis.cite.ogcapiprocesses10.TestFailureListener
Gets diagnostic information about a request message.
getResponse() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
getResponseEntityAsDocument(ClientResponse, String) - Static method in class org.opengis.cite.ogcapiprocesses10.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.ogcapiprocesses10.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.ogcapiprocesses10.TestFailureListener
Gets diagnostic information about a response message.
getServerUrl() - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.TestPoint
 
getStringRepresentation() - Method in enum org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
 
getTitle() - Method in class org.opengis.cite.ogcapiprocesses10.TestNGController
 
getType() - Method in enum org.opengis.cite.ogcapiprocesses10.SuiteAttribute
 
getTypeDefinition() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Type
 
getTypes() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
getTypes() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Output
 
getURL() - Method in class org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
 
getVersion() - Method in class org.opengis.cite.ogcapiprocesses10.TestNGController
 
GML - Static variable in class org.opengis.cite.ogcapiprocesses10.Namespaces
ISO 19136 (GML 3.2)

H

handle(ClientRequest) - Method in class org.opengis.cite.ogcapiprocesses10.ReusableEntityFilter
 
hashCode() - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.TestPoint
 
hashCode() - Method in class org.opengis.cite.ogcapiprocesses10.util.BBox
 
hasMediaTypeForFeaturesAndCollections() - Method in enum org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
 
hasMediaTypeForOtherResources() - Method in enum org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
 
hasProperty(String, JsonPath) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Checks if a property with the passed name exists in the jsonPath.

I

id - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
init() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
initCommonFixture(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
Initializes the common test fixture with a client component for interacting with HTTP endpoints.
Input(String, List<CommonFixture.Type>, boolean) - Constructor for class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
Input(String, CommonFixture.Type) - Constructor for class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
Input(String) - Constructor for class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
inputStreamToString(InputStream) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Converts an inputstream to String using UTF-8 encoding.
isBbox - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
isBbox() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
isBbox() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Output
 
isBinary() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Type
 
isFreeFormParameterSupportedForCollection(OpenApi3, String) - Static method in class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils
 
isLoggable(Level) - Static method in class org.opengis.cite.ogcapiprocesses10.util.TestSuiteLogger
Indicates if the logger is enabled at a given logging level.
isParameterSupportedForCollection(OpenApi3, String, String) - Static method in class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils
 

J

JobList - Class in org.opengis.cite.ogcapiprocesses10.joblist
A.2.6.
JobList() - Constructor for class org.opengis.cite.ogcapiprocesses10.joblist.JobList
 
Jobs - Class in org.opengis.cite.ogcapiprocesses10.jobs
A.2.6.
Jobs() - Constructor for class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
 
Jobs.SupportedExecutionModes - Enum in org.opengis.cite.ogcapiprocesses10.jobs
 
JsonUtils - Class in org.opengis.cite.ogcapiprocesses10.util
 

L

LandingPage - Class in org.opengis.cite.ogcapiprocesses10.landingpage
A.2.1.
LandingPage() - Constructor for class org.opengis.cite.ogcapiprocesses10.landingpage.LandingPage
 
limit - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
linkIncludesRelAndType(Map<String, Object>) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Checks if the passed link contains 'rel' and 'type' properties.
LOCAL_NAME - Static variable in class org.opengis.cite.ogcapiprocesses10.ErrorMessageKeys
 
log(Level, String, Object[]) - Static method in class org.opengis.cite.ogcapiprocesses10.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.ogcapiprocesses10.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.ogcapiprocesses10.util.TestSuiteLogger
Logs a simple message at the specified logging level.

M

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

N

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

O

OgcApiProcesses10 - Class in org.opengis.cite.ogcapiprocesses10
Contains various constants pertaining to WFS 3.0 specification and related standards.
OGCProcessDescription - Class in org.opengis.cite.ogcapiprocesses10.ogcprocessdescription
A.3 OGC Process Description
OGCProcessDescription() - Constructor for class org.opengis.cite.ogcapiprocesses10.ogcprocessdescription.OGCProcessDescription
 
onExecutionFinish() - Method in class org.opengis.cite.ogcapiprocesses10.TestRunListener
 
onExecutionStart() - Method in class org.opengis.cite.ogcapiprocesses10.TestRunListener
 
onFinish(ISuite) - Method in class org.opengis.cite.ogcapiprocesses10.SuiteFixtureListener
 
onStart(ISuite) - Method in class org.opengis.cite.ogcapiprocesses10.SuiteFixtureListener
 
onTestFailure(ITestResult) - Method in class org.opengis.cite.ogcapiprocesses10.TestFailureListener
Sets the "request" and "response" attributes of a test result.
OPEN_API_MIME_TYPE - Static variable in class org.opengis.cite.ogcapiprocesses10.OgcApiProcesses10
 
OpenApiUtils - Class in org.opengis.cite.ogcapiprocesses10.openapi3
 
OpenApiUtils.PATH - Enum in org.opengis.cite.ogcapiprocesses10.openapi3
 
org.opengis.cite.ogcapiprocesses10 - package org.opengis.cite.ogcapiprocesses10
The root package includes supporting classes of general utility such as the main controller, listeners, and reporters.
org.opengis.cite.ogcapiprocesses10.conformance - package org.opengis.cite.ogcapiprocesses10.conformance
 
org.opengis.cite.ogcapiprocesses10.general - package org.opengis.cite.ogcapiprocesses10.general
 
org.opengis.cite.ogcapiprocesses10.joblist - package org.opengis.cite.ogcapiprocesses10.joblist
 
org.opengis.cite.ogcapiprocesses10.jobs - package org.opengis.cite.ogcapiprocesses10.jobs
 
org.opengis.cite.ogcapiprocesses10.landingpage - package org.opengis.cite.ogcapiprocesses10.landingpage
 
org.opengis.cite.ogcapiprocesses10.ogcprocessdescription - package org.opengis.cite.ogcapiprocesses10.ogcprocessdescription
 
org.opengis.cite.ogcapiprocesses10.openapi3 - package org.opengis.cite.ogcapiprocesses10.openapi3
 
org.opengis.cite.ogcapiprocesses10.process - package org.opengis.cite.ogcapiprocesses10.process
 
org.opengis.cite.ogcapiprocesses10.processlist - package org.opengis.cite.ogcapiprocesses10.processlist
 
org.opengis.cite.ogcapiprocesses10.util - package org.opengis.cite.ogcapiprocesses10.util
This package includes miscellaneous utility classes to support testing.
Output(String) - Constructor for class org.opengis.cite.ogcapiprocesses10.CommonFixture.Output
 
OWS - Static variable in class org.opengis.cite.ogcapiprocesses10.Namespaces
OGC 06-121r3 (OWS 1.1)

P

parseAndValidateRequirementClasses(JsonPath) - Method in class org.opengis.cite.ogcapiprocesses10.conformance.Conformance
 
parseAsDate(String) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Parses the passed string as ISO 8601 date.
parseFeatureId(JsonPath) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Parses the id of the first feature from the passed json.
parseSpatialExtent(Map<String, Object>) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Parses the spatial extent from the passed collection.
parseTemporalExtent(Map<String, Object>) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
Parses the temporal extent from the passed collection.
PathSettingRequest - Class in org.opengis.cite.ogcapiprocesses10.util
 
PathSettingRequest(String, String, Request.Method) - Constructor for class org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
 
prettifyString(String) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
 
printResults(ValidationResults) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
Process - Class in org.opengis.cite.ogcapiprocesses10.process
A.2.5.
Process() - Constructor for class org.opengis.cite.ogcapiprocesses10.process.Process
 
ProcessList - Class in org.opengis.cite.ogcapiprocesses10.processlist
A.2.5.
ProcessList() - Constructor for class org.opengis.cite.ogcapiprocesses10.processlist.ProcessList
 
processSuiteParameters(ISuite) - Method in class org.opengis.cite.ogcapiprocesses10.SuiteFixtureListener
Processes test suite arguments and sets suite attributes accordingly.

R

registerClientComponent(ISuite) - Method in class org.opengis.cite.ogcapiprocesses10.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.ogcapiprocesses10.util.ClientUtils
Creates a copy of the given MediaType object but without any parameters.
reqEntity - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
A String representing the request.
requestLoggingFilter - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
RequirementClass - Enum in org.opengis.cite.ogcapiprocesses10.conformance
Encapsulates all known requirement classes.
requirementClasses(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
 
responseLoggingFilter - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
retrieveApiModel(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
 
retrieveParameterByName(String, OpenApi3, String) - Static method in class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils
 
retrieveTestPoints(OpenApi3, URI) - Static method in class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils
Parse all test points from the passed OpenApi3 document as described in A.4.3.
retrieveTestPointsForCollection(OpenApi3, URI, String) - Static method in class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils
Parse the test points with the passed path including the extended path from the passed OpenApi3 document as described in A.4.3.
retrieveTestPointsForCollectionMetadata(OpenApi3, URI, String) - Static method in class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils
Parse the COLLECTION METADATA test points for the passed collectionName including the extended path from the passed OpenApi3 document as described in A.4.3.
retrieveTestPointsForCollections(OpenApi3, URI, int) - Static method in class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils
Parse the COLLECTIONS test points from the passed OpenApi3 document as described in A.4.3.
retrieveTestPointsForCollectionsMetadata(OpenApi3, URI) - Static method in class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils
Parse the COLLECTIONS METADATA test points from the passed OpenApi3 document as described in A.4.3.
retrieveTestPointsForConformance(OpenApi3, URI) - Static method in class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils
Parse the CONFORMANCE test points from the passed OpenApi3 document as described in A.4.3.
retrieveTestPointsForFeature(OpenApi3, URI, String, String) - Static method in class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils
Parse the test points with the passed path including the extended path from the passed OpenApi3 document as described in A.4.3.
ReusableEntityFilter - Class in org.opengis.cite.ogcapiprocesses10
Buffers the (response) entity so it can be read multiple times.
ReusableEntityFilter() - Constructor for class org.opengis.cite.ogcapiprocesses10.ReusableEntityFilter
 
rootUri - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
rspEntity - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
An Object representing the content of the response message.

S

SCH - Static variable in class org.opengis.cite.ogcapiprocesses10.Namespaces
Schematron (ISO 19757-3) namespace
setBbox(boolean) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
setBbox(boolean) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Output
 
setBinary(boolean) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Type
 
setContentEncoding(String) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Type
 
setContentMediaType(String) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Type
 
setContentSchema(String) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Type
 
setFormat(String) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
setId(String) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Output
 
setTypes(List<CommonFixture.Type>) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Output
 
setup() - Method in class org.opengis.cite.ogcapiprocesses10.joblist.JobList
 
setup(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
 
setup(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.ogcprocessdescription.OGCProcessDescription
 
setup(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.process.Process
 
setup() - Method in class org.opengis.cite.ogcapiprocesses10.processlist.ProcessList
 
SOAP_ENV - Static variable in class org.opengis.cite.ogcapiprocesses10.Namespaces
SOAP 1.2 message envelopes.
specURL - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
storeRequirementClassesInTestContext(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.conformance.Conformance
 
SuiteAttribute - Enum in org.opengis.cite.ogcapiprocesses10
An enumerated type defining ISuite attributes that may be set to constitute a shared test fixture.
SuiteFixtureListener - Class in org.opengis.cite.ogcapiprocesses10
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.ogcapiprocesses10.SuiteFixtureListener
 
SuitePreconditions - Class in org.opengis.cite.ogcapiprocesses10
Checks that various preconditions are satisfied before the test suite is run.
SuitePreconditions() - Constructor for class org.opengis.cite.ogcapiprocesses10.SuitePreconditions
 

T

TemporalExtent - Class in org.opengis.cite.ogcapiprocesses10.util
 
TemporalExtent(ZonedDateTime, ZonedDateTime) - Constructor for class org.opengis.cite.ogcapiprocesses10.util.TemporalExtent
 
testAllProcesses - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
TestFailureListener - Class in org.opengis.cite.ogcapiprocesses10
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.ogcapiprocesses10.TestFailureListener
 
testHttp() - Method in class org.opengis.cite.ogcapiprocesses10.general.GeneralHttp
A.2.1.1.
testJobCreationAutoExecutionMode() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 17: /conf/core/job-creation-auto-execution-mode Test Purpose: Validate that the server correctly handles the execution mode for a process.
testJobCreationDefaultExecutionMode() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 18: /conf/core/job-creation-default-execution-mode Test Purpose: Validate that the server correctly handles the default execution mode for a process.
testJobCreationDefaultOutputs() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 27: /conf/core/job-creation-default-outputs Test Purpose: Validate that the server correctly handles the case where no `outputs` parameter is specified on an execute request.
testJobCreationInputArray() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 23: /conf/core/job-creation-input-array Test Purpose: Verify that the server correctly recognizes the encoding of parameter values for input parameters with a maximum cardinality greater than one.
testJobCreationInputInline() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 21: /conf/core/job-creation-input-inline Test Purpose: Validate in-line process input values are validated against the corresponding schema from the process description.
testJobCreationInputInlineBbox() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 27: /conf/core/job-creation-input-inline-bbox Test Purpose: Validate that inputs with a bounding box schema encoded in-line in an execute request are correctly processed.
testJobCreationInputInlineBinary() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 26: /conf/core/job-creation-input-inline-binary Test Purpose: Validate that binary input values encoded as base-64 string in-line in an execute request are correctly processes.
testJobCreationInputInlineMixed() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 25: /conf/core/job-creation-input-inline-mixed Test Purpose: Validate that inputs of mixed content encoded in-line in an execute request are correctly processed.
testJobCreationInputInlineObject() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 23: /conf/core/job-creation-input-inline-object Test Purpose: Validate that inputs with a complex object schema encoded in-line in an execute request are correctly processed.
testJobCreationInputRef() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 22: /conf/core/job-creation-input-ref Test Purpose: Validate that input values specified by reference in an execute request are correctly processed.
testJobCreationInputs() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 20: /conf/core/job-creation-inputs Test Purpose: Validate that servers can accept input values both inline and by reference.
testJobCreationInputValidation() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test null: /conf/core/job-creation-input-validation Test Purpose: Verify that the server correctly validates process input values according to the definition obtained from the sc_process_description,process description.
testJobCreationOp() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 16: /conf/core/job-creation-op Test Purpose: Validate the creation of a new job.
testJobCreationRequest() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 19: /conf/core/job-creation-request Test Purpose: Validate that the body of a job creation operation complies with the required structure and contents.
testJobCreationSuccessAsync() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 34: /conf/core/job-creation-success-async Test Purpose: Validate the results of a job that has been created using the `async` execution mode.
testJobCreationSyncDocument() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 33: /conf/core/job-creation-sync-document Test Purpose: Validate that the server responds as expected when synchronous execution is sc_execution_code,negotiated and the response type is `document`.
testJobCreationSyncRawMixedMulti() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 32: /conf/core/job-creation-sync-raw-mixed-multi Test Purpose: Validate that the server responds as expected when synchronous execution is sc_execution_mode,negotiated, the response type is `raw` and the output transmission is a mix of `value` and `reference`.
testJobCreationSyncRawRef() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 31: /conf/core/job-creation-sync-raw-ref Test Purpose: Validate that the server responds as expected when synchronous execution is sc_execution_mode,negotiated, the response type is `raw` and the transmission mode is `ref`.
testJobCreationSyncRawValueMulti() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 30: /conf/core/job-creation-sync-raw-value-multi Test Purpose: Validate that the server responds as expected when synchronous execution is sc_execution_mode,negotiated, the response type is `raw` and the output transmission is `value`.
testJobCreationSyncRawValueOne() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 28: /conf/core/job-creation-sync-raw-value-one Test Purpose: Validate that the server responds as expected when synchronous execution is sc_execution_mode,negotiated, a single output value is requested, the response type is `raw` and the output transmission is `value`.
testJobExceptionNoSuchJob() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 37: /conf/core/job-exception-no-such-job Test Purpose: Validate that an invalid job identifier is handled correctly.
testJobList() - Method in class org.opengis.cite.ogcapiprocesses10.joblist.JobList
Abstract test A.64: /conf/job-list/job-list-op Test Purpose: Validate that information about jobs can be retrieved from the expected location.
testJobListSuccess() - Method in class org.opengis.cite.ogcapiprocesses10.joblist.JobList
Abstract test A.71: /conf/job-list/job-list-success Test Purpose: Validate that the job list content complies with the required structure and contents.
testJobOp() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 35: /conf/core/job-op Test Purpose: Validate that the status info of a job can be retrieved.
testJobResults() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 38: /conf/core/job-results Test Purpose: Validate that the results of a job can be retrieved.
testJobResultsAsyncDocument() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 44: /conf/core/job-results-async-document Test Purpose: Validate that the server responds as expected when the asynchronous execution is sc_execution_mode,negotiated and the response type is `document`.
testJobResultsAsyncRawMixedMulti() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 43: /conf/core/job-results-async-raw-mixed-multi Test Purpose: Validate that the server responds as expected when asynchronous execution is sc_execution_mode,negotiated, more than one output is requested, the response type is `raw` and the output transmission is a mix of `value` and `reference`.
testJobResultsAsyncRawRef() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 42: /conf/core/job-results-async-raw-ref Test Purpose: Validate that the server responds as expected when asynchronous execution is ,sc_execution_mode,negotiated, the response type is `raw` and the output transmission is `reference`.
testJobResultsAsyncRawValueMulti() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 41: /conf/core/job-results-async-raw-value-multi Test Purpose: Validate that the server responds as expected when asynchronous execution is sc_execution_mode,negotiated, more than one output is requested, the response type is `raw` and the output transmission is `value`.
testJobResultsAsyncRawValueOne() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 40: /conf/core/job-results-async-raw-value-one Test Purpose: Validate that the server responds as expected when asynchronous execution is sc_execution_mode,negotiated, one output is requested, the response type is `raw` and the output transmission is `value`.
testJobResultsExceptionResultsNotReady() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 46: /conf/core/job-results-exception-results-not-ready Test Purpose: Validate that the job results retrieved for an incomplete job complies with the require structure and contents.
testJobResultsFailed() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 47: /conf/core/job-results-failed Test Purpose: Validate that the job results for a failed job complies with the require structure and contents.
testJobResultsNoSuchJob() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test null: /conf/core/job-results-no-such-job Test Purpose: Validate that the job results retrieved using an invalid job identifier complies with the require structure and contents.
testJobResultsSync() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 39: /conf/core/job-results-sync Test Purpose: Validate that the server responds as expected when getting results from a job for a process that has been executed synchronously.
testJobSuccess() - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
Abstract Test 36: /conf/core/job-success Test Purpose: Validate that the job status info complies with the require structure and contents.
testLandingPageRetrieval() - Method in class org.opengis.cite.ogcapiprocesses10.landingpage.LandingPage
cf.
testLandingPageValidation() - Method in class org.opengis.cite.ogcapiprocesses10.landingpage.LandingPage
cf.
TestNGController - Class in org.opengis.cite.ogcapiprocesses10
Main test run controller oversees execution of TestNG test suites.
TestNGController() - Constructor for class org.opengis.cite.ogcapiprocesses10.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.ogcapiprocesses10.TestNGController
Construct a controller that writes results to the given output directory.
testOGCProcessDescriptionInputDef() - Method in class org.opengis.cite.ogcapiprocesses10.ogcprocessdescription.OGCProcessDescription
Abstract Test 50: /conf/ogc-process-description/input-def Test Purpose: Verify that the definition of each input for each process complies with the required structure and contents.
testOGCProcessDescriptionInputDefinitionOfMixedType() - Method in class org.opengis.cite.ogcapiprocesses10.ogcprocessdescription.OGCProcessDescription
Abstract Test 51: /conf/ogc-process-description/input-mixed-type Test Purpose: Validate that each input of mixed type complies with the required structure and contents.
testOGCProcessDescriptionInputsDef() - Method in class org.opengis.cite.ogcapiprocesses10.ogcprocessdescription.OGCProcessDescription
Abstract Test 49: /conf/ogc-process-description/inputs-def Test Purpose: Verify that the definition of inputs for each process complies with the required structure and contents.
testOGCProcessDescriptionJSON() - Method in class org.opengis.cite.ogcapiprocesses10.ogcprocessdescription.OGCProcessDescription
Abstract Test 48: /conf/ogc-process-description/json-encoding Test Purpose: Verify that a JSON-encoded OGC Process Description complies with the required structure and contents.
testOGCProcessDescriptionOutputDef() - Method in class org.opengis.cite.ogcapiprocesses10.ogcprocessdescription.OGCProcessDescription
Abstract Test 53: /conf/ogc-process-description/output-def Test Purpose: Verify that the definition of each output for each process complies with the required structure and contents.
testOGCProcessDescriptionOutputDefinitionOfMixedType() - Method in class org.opengis.cite.ogcapiprocesses10.ogcprocessdescription.OGCProcessDescription
Abstract Test 54: /conf/ogc-process-description/output-mixed-type Test Purpose: Validate that each output of mixed type complies with the required structure and contents.
testOGCProcessDescriptionOutputsDef() - Method in class org.opengis.cite.ogcapiprocesses10.ogcprocessdescription.OGCProcessDescription
Abstract Test 52: /conf/ogc-process-description/outputs-def Test Purpose: Verify that the definition of outputs for each process complies with the required structure and contents.
testPlLimitDefinition() - Method in class org.opengis.cite.ogcapiprocesses10.processlist.ProcessList
Abstract Test 9: /conf/core/pl-limit-definition Test Purpose: Validate that the `limit` query parameter is constructed correctly.
testPlLimitResponse() - Method in class org.opengis.cite.ogcapiprocesses10.processlist.ProcessList
Abstract Test 12: /conf/core/pl-limit-response Test Purpose: Validate that the `limit` query parameter is processed correctly.
testPlLinks() - Method in class org.opengis.cite.ogcapiprocesses10.processlist.ProcessList
Abstract Test 11: /conf/core/pl-links Test Purpose: Validate that the proper links are included in a repsonse.
TestPoint - Class in org.opengis.cite.ogcapiprocesses10.openapi3
Encapsulates a Test Point with the UriTemplate and predefined replacements.
TestPoint(String, String, Map<String, MediaType>) - Constructor for class org.opengis.cite.ogcapiprocesses10.openapi3.TestPoint
Instantiates a TestPoint with UriTemplate but without predefined replacements.
TestPoint(String, String, Map<String, String>, Map<String, MediaType>) - Constructor for class org.opengis.cite.ogcapiprocesses10.openapi3.TestPoint
Instantiates a TestPoint with UriTemplate and predefined replacements.
testProcess() - Method in class org.opengis.cite.ogcapiprocesses10.process.Process
Abstract Test 13: /conf/core/process Test Purpose: Validate that a process description can be retrieved from the expected location.
testProcessExceptionNoSuchProcess() - Method in class org.opengis.cite.ogcapiprocesses10.process.Process
Abstract Test 15: /conf/core/process-exception-no-such-process Test Purpose: Validate that an invalid process identifier is handled correctly.
testProcessList() - Method in class org.opengis.cite.ogcapiprocesses10.processlist.ProcessList
Abstract Test 8: /conf/core/process-list Test Purpose: Validate that information about the processes can be retrieved from the expected location.
testProcessListSuccess() - Method in class org.opengis.cite.ogcapiprocesses10.processlist.ProcessList
Abstract Test 10: /conf/core/process-list-success Test Purpose: Validate that the process list content complies with the required structure and contents.
testProcessSuccess() - Method in class org.opengis.cite.ogcapiprocesses10.process.Process
Abstract Test 14: /conf/core/process-success Test Purpose: Validate that the content complies with the required structure and contents.
TestRunArg - Enum in org.opengis.cite.ogcapiprocesses10
An enumerated type defining all recognized test run arguments.
TestRunListener - Class in org.opengis.cite.ogcapiprocesses10
A listener that is invoked before and after a test run.
TestRunListener() - Constructor for class org.opengis.cite.ogcapiprocesses10.TestRunListener
 
TestSuiteLogger - Class in org.opengis.cite.ogcapiprocesses10.util
Logging utility class that provides simple access to the JDK Logging API.
testValidateConformanceOperationAndResponse(TestPoint) - Method in class org.opengis.cite.ogcapiprocesses10.conformance.Conformance
Partly addresses Requirement 1 : /req/processes/core/conformance-success
toString() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 
toString() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Output
 
toString() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Type
 
toString() - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.TestPoint
 
toString() - Method in enum org.opengis.cite.ogcapiprocesses10.SuiteAttribute
 
toString() - Method in enum org.opengis.cite.ogcapiprocesses10.TestRunArg
 
toString() - Method in class org.opengis.cite.ogcapiprocesses10.util.BBox
 
toString(ExecutionMode) - Static method in enum org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
 
toString() - Method in enum org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
 
toString() - Method in class org.opengis.cite.ogcapiprocesses10.util.NamespaceBindings
 
Type(String) - Constructor for class org.opengis.cite.ogcapiprocesses10.CommonFixture.Type
 
types - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
 

U

UNEXPECTED_MEDIA_TYPE - Static variable in class org.opengis.cite.ogcapiprocesses10.ErrorMessageKeys
 
UNEXPECTED_STATUS - Static variable in class org.opengis.cite.ogcapiprocesses10.ErrorMessageKeys
 
UriBuilder - Class in org.opengis.cite.ogcapiprocesses10.openapi3
Builds a URL out of a TestPoint.
UriBuilder(TestPoint) - Constructor for class org.opengis.cite.ogcapiprocesses10.openapi3.UriBuilder
 
URIUtils - Class in org.opengis.cite.ogcapiprocesses10.util
Provides a collection of utility methods for manipulating or resolving URI references.
URIUtils() - Constructor for class org.opengis.cite.ogcapiprocesses10.util.URIUtils
 

V

validateResponseAgainstSchema(String, String) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
 
validateTestRunArgs(Document) - Method in class org.opengis.cite.ogcapiprocesses10.TestNGController
Validates the test run arguments.
valueOf(String) - Static method in enum org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengis.cite.ogcapiprocesses10.jobs.Jobs.SupportedExecutionModes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils.PATH
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengis.cite.ogcapiprocesses10.SuiteAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengis.cite.ogcapiprocesses10.TestRunArg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opengis.cite.ogcapiprocesses10.jobs.Jobs.SupportedExecutionModes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils.PATH
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opengis.cite.ogcapiprocesses10.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.ogcapiprocesses10.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.ogcapiprocesses10.util.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
verifyTestSubject(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.SuitePreconditions
Verifies that the referenced test subject exists and has the expected type.

W

withStandardBindings() - Static method in class org.opengis.cite.ogcapiprocesses10.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"
writeNodeToString(Node) - Static method in class org.opengis.cite.ogcapiprocesses10.util.XMLUtils
Writes the content of a DOM Node to a string.

X

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

Copyright © 2024 Open Geospatial Consortium. All rights reserved.