Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- 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.
- addServerUnderTest(OpenApi3) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
-
addServerUnderTest.
- addType(CommonFixture.Type) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
- addType(CommonFixture.Type) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture.Output
- API_MODEL - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
-
Parsed OpenApi3 document resource /api; Added during execution.
- asQueryParameter() - Method in class org.opengis.cite.ogcapiprocesses10.util.BBox
-
asQueryParameter.
- assertFalse(boolean, String) - Static method in class org.opengis.cite.ogcapiprocesses10.EtsAssert
-
assertFalse.
- assertTrue(boolean, String) - Static method in class org.opengis.cite.ogcapiprocesses10.EtsAssert
-
assertTrue.
- ASYNC - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
-
Asynchronous execution mode.
- AUTO - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
-
Auto execution mode.
B
- BBox - Class in org.opengis.cite.ogcapiprocesses10.util
-
BBox class.
- BBox(double, double, double, double) - Constructor for class org.opengis.cite.ogcapiprocesses10.util.BBox
-
Constructor for 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.
- buildUrl() - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.UriBuilder
-
buildUrl.
- byConformanceClass(String) - Static method in enum class org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
-
byConformanceClass.
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
-
clearMessages.
- CLIENT - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
-
A client component for interacting with HTTP endpoints.
- 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
- COLLECTIONS - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils.PATH
- 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
-
Constructor for CommandLineArguments.
- CommonDataFixture - Class in org.opengis.cite.ogcapiprocesses10
-
CommonDataFixture class.
- 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
- CONFORMANCE - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils.PATH
- conformanceUris(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.conformance.Conformance
-
conformanceUris.
- 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
- CORE - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
- createInput(JsonNode, String) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
-
createInput.
- createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures() - Method in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
-
createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures.
- createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures(Map<String, Object>) - Method in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
-
createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures.
- createListOfMediaTypesToSupportForOtherResources(Map<String, Object>) - Method in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
-
createListOfMediaTypesToSupportForOtherResources.
- createOutput(JsonNode, String) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
-
createOutput.
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
-
doDeleteSubjectOnFinish.
- doTestRun(Document) - Method in class org.opengis.cite.ogcapiprocesses10.TestNGController
E
- ECHO_PROCESS_ID - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
-
The id of the echo process.
- ECHOPROCESSID - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.TestRunArg
-
The id of the echo process.
- EITHER - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.jobs.Jobs.SupportedExecutionModes
-
Either execution mode is supported.
- EMPTY_STRING - Static variable in class org.opengis.cite.ogcapiprocesses10.ErrorMessageKeys
-
Constant
EMPTY_STRING="EmptyString"
- 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 Class in org.opengis.cite.ogcapiprocesses10.util
-
ExecutionMode class.
F
- featureId(String) - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.UriBuilder
-
Adds the featureId to the URI
- filter(ClientRequestContext, ClientResponseContext) - Method in class org.opengis.cite.ogcapiprocesses10.ReusableEntityFilter
- 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(LocalDate) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
-
Formats the passed string as ISO 8601 date.
- formatDate(ZonedDateTime) - 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 class org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
-
fromString.
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
-
Constant
GEOJSON_MIME_TYPE="application/geo+json"
- get(String) - Static method in class org.opengis.cite.ogcapiprocesses10.ErrorMessage
-
Retrieves a simple message according to the current locale.
- getApiModel() - Method in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
-
Getter for the field
apiModel
. - getBegin() - Method in class org.opengis.cite.ogcapiprocesses10.util.TemporalExtent
-
Getter for the field
begin
. - 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
-
Getter for the field
contentMediaTypes
. - 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
-
Getter for the field
end
. - 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 class org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
-
Getter for the field
mediaTypeFeaturesAndCollections
. - getMediaTypeOtherResources() - Method in enum class org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
-
Getter for the field
mediaTypeOtherResources
. - getMethod() - Method in class org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
- getName() - Method in enum class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
-
getName.
- getOutputDir() - Method in class org.opengis.cite.ogcapiprocesses10.CommandLineArguments
-
Getter for the field
outputDir
. - getPath() - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.TestPoint
-
Getter for the field
path
. - getPath() - Method in class org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
- getPredefinedTemplateReplacement() - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.TestPoint
-
Getter for the field
predefinedTemplateReplacement
. - getPropertiesFile() - Method in class org.opengis.cite.ogcapiprocesses10.CommandLineArguments
-
getPropertiesFile.
- getQuery() - Method in class org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
- getRequest() - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
-
getRequest.
- 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
-
getResponse.
- 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
-
Getter for the field
serverUrl
. - getStringRepresentation() - Method in enum class org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
- getTitle() - Method in class org.opengis.cite.ogcapiprocesses10.TestNGController
- getType() - Method in enum class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
-
getType.
- 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
- hashCode() - Method in class org.opengis.cite.ogcapiprocesses10.openapi3.TestPoint
- hashCode() - Method in class org.opengis.cite.ogcapiprocesses10.util.BBox
- hasMediaTypeForFeaturesAndCollections() - Method in enum class org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
-
hasMediaTypeForFeaturesAndCollections.
- hasMediaTypeForOtherResources() - Method in enum class org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
-
hasMediaTypeForOtherResources.
- 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
-
init.
- 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) - Constructor for class org.opengis.cite.ogcapiprocesses10.CommonFixture.Input
- 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
- inputStreamToString(InputStream) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
-
Converts an inputstream to String using UTF-8 encoding.
- is200Response(URI) - Static method in class org.opengis.cite.ogcapiprocesses10.util.ClientUtils
-
Checks if a GET request to a given URI returns HTTP 200 - OK
- 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
-
isFreeFormParameterSupportedForCollection.
- 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
-
isParameterSupportedForCollection.
- IUT - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
-
The root URL.
- IUT - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.TestRunArg
-
An absolute URI that refers to a representation of the test subject or metadata about it.
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 Class in org.opengis.cite.ogcapiprocesses10.jobs
- JsonUtils - Class in org.opengis.cite.ogcapiprocesses10.util
-
JsonUtils class.
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
-
Constant
LOCAL_NAME="LocalName"
- log(Level, String) - Static method in class org.opengis.cite.ogcapiprocesses10.util.TestSuiteLogger
-
Logs a simple message at the specified logging level.
- 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, Object[]) - Static method in class org.opengis.cite.ogcapiprocesses10.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.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
-
Constant
MISSING_ENTITY="MissingEntity"
- MISSING_INFOSET_ITEM - Static variable in class org.opengis.cite.ogcapiprocesses10.ErrorMessageKeys
-
Constant
MISSING_INFOSET_ITEM="MissingInfosetItem"
N
- NAMESPACE_NAME - Static variable in class org.opengis.cite.ogcapiprocesses10.ErrorMessageKeys
-
Constant
NAMESPACE_NAME="NamespaceName"
- Namespaces - Class in org.opengis.cite.ogcapiprocesses10
-
XML namespace names.
- NO_OF_COLLECTIONS - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
-
The number of collections to test.
- noOfCollections - Variable in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
- noOfCollections(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
-
noOfCollections.
- NOOFCOLLECTIONS - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.TestRunArg
-
The number of collections to test (a value less or equal to 0 means all collections).
- NOT_SCHEMA_VALID - Static variable in class org.opengis.cite.ogcapiprocesses10.ErrorMessageKeys
-
Constant
NOT_SCHEMA_VALID="NotSchemaValid"
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
- ONLY_ASYNC - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.jobs.Jobs.SupportedExecutionModes
-
Only asynchronous execution mode is supported.
- ONLY_SYNC - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.jobs.Jobs.SupportedExecutionModes
-
Only synchronous execution mode is supported.
- 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
-
Constant
OPEN_API_MIME_TYPE="application/vnd.oai.openapi+json;versio"{trunked}
- OpenApiUtils - Class in org.opengis.cite.ogcapiprocesses10.openapi3
-
OpenApiUtils class.
- OpenApiUtils.PATH - Enum Class 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 class.
- PathSettingRequest(String, String, Request.Method) - Constructor for class org.opengis.cite.ogcapiprocesses10.util.PathSettingRequest
-
Constructor for PathSettingRequest.
- prettifyString(String) - Static method in class org.opengis.cite.ogcapiprocesses10.util.JsonUtils
-
prettifyString.
- printResults(ValidationResults) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
-
printResults.
- Process - Class in org.opengis.cite.ogcapiprocesses10.process
-
A.2.5.
- Process() - Constructor for class org.opengis.cite.ogcapiprocesses10.process.Process
- PROCESS_TEST_LIMIT - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
-
Number of processes that should be tested against the OGC Process Description Conformance Class.
- 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.
- PROCESSTESTLIMIT - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.TestRunArg
-
Limit of processes to be tested against the OGC Process Description Conformance Class.
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 theITestContext.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 Class in org.opengis.cite.ogcapiprocesses10.conformance
-
Encapsulates all known requirement classes.
- requirementClasses(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
-
requirementClasses.
- REQUIREMENTCLASSES - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
-
Requirement classes parsed from /conformance; Added during execution.
- responseLoggingFilter - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
- retrieveApiModel(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.CommonDataFixture
-
retrieveApiModel.
- retrieveParameterByName(String, OpenApi3, String) - Static method in class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils
-
retrieveParameterByName.
- 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.
- setup() - Method in class org.opengis.cite.ogcapiprocesses10.processlist.ProcessList
-
setup.
- setup(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.jobs.Jobs
-
setup.
- setup(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.ogcprocessdescription.OGCProcessDescription
-
setup.
- setup(ITestContext) - Method in class org.opengis.cite.ogcapiprocesses10.process.Process
-
setup.
- 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
-
storeRequirementClassesInTestContext.
- SuiteAttribute - Enum Class 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
- SYNC - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
-
Synchronous execution mode.
T
- TemporalExtent - Class in org.opengis.cite.ogcapiprocesses10.util
-
TemporalExtent class.
- TemporalExtent(ZonedDateTime, ZonedDateTime) - Constructor for class org.opengis.cite.ogcapiprocesses10.util.TemporalExtent
-
Constructor for TemporalExtent.
- TEST_ALL_PROCESSES - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
-
Boolean indicating whether all processes should be tested against the OGC Process Description Conformance Class.
- TEST_SUBJ_FILE - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
-
A File containing the test subject or a description of it.
- testAllProcesses - Variable in class org.opengis.cite.ogcapiprocesses10.CommonFixture
- TESTALLPROCESSES - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.TestRunArg
-
Boolean indicating whether all processes should be tested against the OGC Process Description Conformance Class.
- 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 Class 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 class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
- toString() - Method in enum class org.opengis.cite.ogcapiprocesses10.TestRunArg
- toString() - Method in class org.opengis.cite.ogcapiprocesses10.util.BBox
- toString() - Method in enum class org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
- toString(ExecutionMode) - Static method in enum class org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
-
toString.
- 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
-
Constant
UNEXPECTED_MEDIA_TYPE="UnexpectedMediaType"
- UNEXPECTED_STATUS - Static variable in class org.opengis.cite.ogcapiprocesses10.ErrorMessageKeys
-
Constant
UNEXPECTED_STATUS="UnexpectedStatus"
- 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
-
Constructor for 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
- USE_LOCAL_SCHEMA - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
-
Use local OpenAPI schema included in ETS.
- USELOCALSCHEMA - Enum constant in enum class org.opengis.cite.ogcapiprocesses10.TestRunArg
-
Use local OpenAPI schema.
V
- validateResponseAgainstSchema(String, String) - Method in class org.opengis.cite.ogcapiprocesses10.CommonFixture
-
validateResponseAgainstSchema.
- validateTestRunArgs(Document) - Method in class org.opengis.cite.ogcapiprocesses10.TestNGController
-
Validates the test run arguments.
- valueOf(String) - Static method in enum class org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.ogcapiprocesses10.jobs.Jobs.SupportedExecutionModes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.ogcapiprocesses10.openapi3.OpenApiUtils.PATH
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.ogcapiprocesses10.SuiteAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.ogcapiprocesses10.TestRunArg
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opengis.cite.ogcapiprocesses10.util.ExecutionMode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.opengis.cite.ogcapiprocesses10.conformance.RequirementClass
-
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.ogcapiprocesses10.jobs.Jobs.SupportedExecutionModes
-
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.ogcapiprocesses10.openapi3.OpenApiUtils.PATH
-
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.ogcapiprocesses10.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.ogcapiprocesses10.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.ogcapiprocesses10.util.ExecutionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verifyTestSubject() - Method in class org.opengis.cite.ogcapiprocesses10.SuitePreconditions
-
Verifies that the referenced test subject exists and has the expected type.
W
- 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
-
Constant
XML_ERROR="XMLError"
- 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
-
Constant
XPATH_ERROR="XPathError"
- XPATH_RESULT - Static variable in class org.opengis.cite.ogcapiprocesses10.ErrorMessageKeys
-
Constant
XPATH_RESULT="XPathResult"
- XSD - Static variable in class org.opengis.cite.ogcapiprocesses10.Namespaces
-
W3C XML Schema namespace
All Classes and Interfaces|All Packages|Constant Field Values