Index

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

A

addAllBindings(Map<String, String>) - Method in class org.opengis.cite.ogcapitiles10.util.NamespaceBindings
Adds all of the supplied namespace bindings to the existing set of entries.
addNamespaceBinding(String, String) - Method in class org.opengis.cite.ogcapitiles10.util.NamespaceBindings
Adds a namespace binding that associates a namespace name with a prefix.
API_MODEL - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
Parsed OpenApi3 document resource /api; Added during execution.
ApiDefinition - Class in org.opengis.cite.ogcapitiles10.apidefinition
A.2.3.
ApiDefinition() - Constructor for class org.opengis.cite.ogcapitiles10.apidefinition.ApiDefinition
 
apiDefinitionOperationIdValidation(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.apidefinition.ApiDefinition
Implements Abstract test A.24: /conf/oas30/operation-id Partly addresses Requirement 23: /req/oas30/operation-id
apiDefinitionValidation(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.apidefinition.ApiDefinition
Implements Abstract test A.23: /conf/oas30/completeness Partly addresses Requirement 22: /req/oas30/completeness
areAllRequestsSuccessful() - Method in class org.opengis.cite.ogcapitiles10.core.TileResponseMetadata
 
asQueryParameter() - Method in class org.opengis.cite.ogcapitiles10.util.BBox
 
assertFalse(boolean, String) - Static method in class org.opengis.cite.ogcapitiles10.EtsAssert
 
assertTrue(boolean, String) - Static method in class org.opengis.cite.ogcapitiles10.EtsAssert
 

B

BBox - Class in org.opengis.cite.ogcapitiles10.util
 
BBox(double, double, double, double) - Constructor for class org.opengis.cite.ogcapitiles10.util.BBox
 
buildClient() - Static method in class org.opengis.cite.ogcapitiles10.util.ClientUtils
Builds a client component for interacting with HTTP endpoints.
buildClientWithProxy(String, int) - Static method in class org.opengis.cite.ogcapitiles10.util.ClientUtils
Constructs a client component that uses a specified web proxy.
buildUrl() - Method in class org.opengis.cite.ogcapitiles10.openapi3.UriBuilder
 
byConformanceClass(String) - Static method in enum class org.opengis.cite.ogcapitiles10.conformance.RequirementClass
 

C

clearMessages() - Method in class org.opengis.cite.ogcapitiles10.CommonFixture
 
CLIENT - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
A client component for interacting with HTTP endpoints.
ClientUtils - Class in org.opengis.cite.ogcapitiles10.util
Provides various utility methods for creating and configuring HTTP client components.
ClientUtils() - Constructor for class org.opengis.cite.ogcapitiles10.util.ClientUtils
 
collectionName(String) - Method in class org.opengis.cite.ogcapitiles10.openapi3.UriBuilder
Adds the collectionName to the URI
COLLECTIONS - Enum constant in enum class org.opengis.cite.ogcapitiles10.openapi3.OpenApiUtils.PATH
 
COLLECTIONS - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
Parsed collections from resource /collections; Added during execution.
collectNumberOfAllReturnedFeatures(JsonPath, int) - Static method in class org.opengis.cite.ogcapitiles10.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.ogcapitiles10
Declares supported command line arguments that are parsed using the JCommander library.
CommandLineArguments() - Constructor for class org.opengis.cite.ogcapitiles10.CommandLineArguments
 
CommonDataFixture - Class in org.opengis.cite.ogcapitiles10
 
CommonDataFixture() - Constructor for class org.opengis.cite.ogcapitiles10.CommonDataFixture
 
CommonFixture - Class in org.opengis.cite.ogcapitiles10
A supporting base class that sets up a common test fixture.
CommonFixture() - Constructor for class org.opengis.cite.ogcapitiles10.CommonFixture
 
Conformance - Class in org.opengis.cite.ogcapitiles10.conformance
Updated at the OGC API - Tiles Sprint 2020 by ghobona A.?.?.
Conformance() - Constructor for class org.opengis.cite.ogcapitiles10.conformance.Conformance
 
CONFORMANCE - Enum constant in enum class org.opengis.cite.ogcapitiles10.openapi3.OpenApiUtils.PATH
 
conformanceUris(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.conformance.Conformance
 
CORE - Enum constant in enum class org.opengis.cite.ogcapitiles10.conformance.RequirementClass
 
createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures() - Method in class org.opengis.cite.ogcapitiles10.CommonDataFixture
 
createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures(Map<String, Object>) - Method in class org.opengis.cite.ogcapitiles10.CommonDataFixture
 
createListOfMediaTypesToSupportForOtherResources(Map<String, Object>) - Method in class org.opengis.cite.ogcapitiles10.CommonDataFixture
 

D

DATASET_TILES - Enum constant in enum class org.opengis.cite.ogcapitiles10.conformance.RequirementClass
 
dataset_tilesets_conformance_class_not_implemented - Variable in class org.opengis.cite.ogcapitiles10.CommonFixture
 
deleteTempFiles(ISuite) - Method in class org.opengis.cite.ogcapitiles10.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.ogcapitiles10.util.URIUtils
Dereferences the given URI and stores the resulting resource representation in a local file.
doDeleteSubjectOnFinish() - Method in class org.opengis.cite.ogcapitiles10.CommandLineArguments
 
doTestRun(Document) - Method in class org.opengis.cite.ogcapitiles10.TestNGController
 

E

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

F

featureId(String) - Method in class org.opengis.cite.ogcapitiles10.openapi3.UriBuilder
Adds the featureId to the URI
FEATUREIDS - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
Collection names assigned to a feature id parsed from resource /collections/{name}/items; Added during execution.
filter(ClientRequestContext, ClientResponseContext) - Method in class org.opengis.cite.ogcapitiles10.ReusableEntityFilter
findLinkByRel(List<Map<String, Object>>, String) - Static method in class org.opengis.cite.ogcapitiles10.util.JsonUtils
Parses the link with 'rel=self'.
findLinksWithoutRelOrType(List<Map<String, Object>>, Set<String>) - Static method in class org.opengis.cite.ogcapitiles10.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.ogcapitiles10.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.ogcapitiles10.util.JsonUtils
Parsing the media types which does not have a link woth property 'type' for.
format(String, Object...) - Static method in class org.opengis.cite.ogcapitiles10.ErrorMessage
Produces a formatted error message using the supplied substitution arguments and the current locale.
formatDate(LocalDate) - Static method in class org.opengis.cite.ogcapitiles10.util.JsonUtils
Formats the passed string as ISO 8601 date.
formatDate(ZonedDateTime) - Static method in class org.opengis.cite.ogcapitiles10.util.JsonUtils
Formats the passed string as ISO 8601 date.
formatDateRange(ZonedDateTime, ZonedDateTime) - Static method in class org.opengis.cite.ogcapitiles10.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.ogcapitiles10.util.JsonUtils
Formats the passed string as a period using start time and a duration.
formatLinkURI(String, String, String) - Method in class org.opengis.cite.ogcapitiles10.CommonFixture
 

G

GEODATA_TILESETS - Enum constant in enum class org.opengis.cite.ogcapitiles10.conformance.RequirementClass
 
geodata_tilesets_conformance_class_not_implemented - Variable in class org.opengis.cite.ogcapitiles10.CommonFixture
 
GEOJSON_MIME_TYPE - Static variable in class org.opengis.cite.ogcapitiles10.OgcApiTiles10
 
GeospatialDataResource - Class in org.opengis.cite.ogcapitiles10.geodatatilesets
Updated at the OGC API - Tiles Sprint 2020 by ghobona A.2.2.
GeospatialDataResource() - Constructor for class org.opengis.cite.ogcapitiles10.geodatatilesets.GeospatialDataResource
 
geospatialResourceTilesetsLinksCheck(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.geodatatilesets.GeospatialDataResource
Implements Abstract test A.12: /conf/geodata-tilesets/desc-links Addresses Requirement 13: /req/geodata-tilesets/desc-links
geospatialResourceTilesetsRetrieval(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.geodatatilesets.GeospatialDataResource
Implements Abstract test A.13: /conf/geodata-tilesets/operation Addresses Requirement 14: /req/geodata-tilesets/operation
get(String) - Static method in class org.opengis.cite.ogcapitiles10.ErrorMessage
Retrieves a simple message according to the current locale.
getAllBindings() - Method in class org.opengis.cite.ogcapitiles10.util.NamespaceBindings
Returns an unmodifiable view of the declared namespace bindings.
getApiModel() - Method in class org.opengis.cite.ogcapitiles10.CommonDataFixture
 
getBegin() - Method in class org.opengis.cite.ogcapitiles10.util.TemporalExtent
 
getCode() - Method in class org.opengis.cite.ogcapitiles10.TestNGController
 
getConformanceClass() - Method in enum class org.opengis.cite.ogcapitiles10.conformance.RequirementClass
 
getContentMediaTypes() - Method in class org.opengis.cite.ogcapitiles10.openapi3.TestPoint
 
getEnd() - Method in class org.opengis.cite.ogcapitiles10.util.TemporalExtent
 
getMediaTypeFeaturesAndCollections() - Method in enum class org.opengis.cite.ogcapitiles10.conformance.RequirementClass
 
getMediaTypeOtherResources() - Method in enum class org.opengis.cite.ogcapitiles10.conformance.RequirementClass
 
getName() - Method in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
 
getNamespaceURI(String) - Method in class org.opengis.cite.ogcapitiles10.util.NamespaceBindings
 
getOutputDir() - Method in class org.opengis.cite.ogcapitiles10.CommandLineArguments
 
getPath() - Method in class org.opengis.cite.ogcapitiles10.openapi3.TestPoint
 
getPredefinedTemplateReplacement() - Method in class org.opengis.cite.ogcapitiles10.openapi3.TestPoint
 
getPrefix(String) - Method in class org.opengis.cite.ogcapitiles10.util.NamespaceBindings
 
getPrefixes(String) - Method in class org.opengis.cite.ogcapitiles10.util.NamespaceBindings
 
getPropertiesFile() - Method in class org.opengis.cite.ogcapitiles10.CommandLineArguments
 
getRequest() - Method in class org.opengis.cite.ogcapitiles10.CommonFixture
 
getRequestMessageInfo(ClientRequest) - Method in class org.opengis.cite.ogcapitiles10.TestFailureListener
Gets diagnostic information about a request message.
getResponse() - Method in class org.opengis.cite.ogcapitiles10.CommonFixture
 
getResponseCode() - Method in class org.opengis.cite.ogcapitiles10.core.TileResponseMetadata
 
getResponseEntityAsDocument(ClientResponse, String) - Static method in class org.opengis.cite.ogcapitiles10.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.ogcapitiles10.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.ogcapitiles10.TestFailureListener
Gets diagnostic information about a response message.
getServerUrl() - Method in class org.opengis.cite.ogcapitiles10.openapi3.TestPoint
 
getTitle() - Method in class org.opengis.cite.ogcapitiles10.TestNGController
 
getType() - Method in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
 
getVersion() - Method in class org.opengis.cite.ogcapitiles10.TestNGController
 
GML - Static variable in class org.opengis.cite.ogcapitiles10.Namespaces
ISO 19136 (GML 3.2)

H

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

I

init() - Method in class org.opengis.cite.ogcapitiles10.CommonFixture
 
initCommonFixture(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.CommonFixture
Initializes the common test fixture with a client component for interacting with HTTP endpoints.
is200Response(URI) - Static method in class org.opengis.cite.ogcapitiles10.util.ClientUtils
Checks if a GET request to a given URI returns HTTP 200 - OK
isFreeFormParameterSupportedForCollection(OpenApi3, String) - Static method in class org.opengis.cite.ogcapitiles10.openapi3.OpenApiUtils
 
isGenerateHtmlReport() - Method in class org.opengis.cite.ogcapitiles10.CommandLineArguments
 
isLoggable(Level) - Static method in class org.opengis.cite.ogcapitiles10.util.TestSuiteLogger
Indicates if the logger is enabled at a given logging level.
isParameterSupportedForCollection(OpenApi3, String, String) - Static method in class org.opengis.cite.ogcapitiles10.openapi3.OpenApiUtils
 
IUT - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
The root URL.
IUT - Enum constant in enum class org.opengis.cite.ogcapitiles10.TestRunArg
An absolute URI that refers to a representation of the test subject or metadata about it.

J

JsonUtils - Class in org.opengis.cite.ogcapitiles10.util
 

L

LandingPage - Class in org.opengis.cite.ogcapitiles10.datasettilesets
Updated at the OGC API - Tiles Sprint 2020 by ghobona A.2.2.
LandingPage() - Constructor for class org.opengis.cite.ogcapitiles10.datasettilesets.LandingPage
 
landingPageRetrieval(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.datasettilesets.LandingPage
Implements Abstract test A.10: /conf/dataset-tilesets/landingpage Addresses Requirement 11: /req/dataset-tilesets/landingpage
linkIncludesRelAndType(Map<String, Object>) - Static method in class org.opengis.cite.ogcapitiles10.util.JsonUtils
Checks if the passed link contains 'rel' and 'type' properties.
LOCAL_NAME - Static variable in class org.opengis.cite.ogcapitiles10.ErrorMessageKeys
 
log(Level, String) - Static method in class org.opengis.cite.ogcapitiles10.util.TestSuiteLogger
Logs a simple message at the specified logging level.
log(Level, String, Exception) - Static method in class org.opengis.cite.ogcapitiles10.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.ogcapitiles10.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.ogcapitiles10.TestNGController
A convenience method for running the test suite using a command-line interface.
MandatoryCore - Class in org.opengis.cite.ogcapitiles10.core
Updated at the OGC API - Tiles Sprint 2020 by ghobona A.2.2.
MandatoryCore() - Constructor for class org.opengis.cite.ogcapitiles10.core.MandatoryCore
 
MAXIMUM_TILE_COLUMN - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
Maximum Tile Column
MAXIMUM_TILE_ROW - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
Maximum Tile Row
MINIMUM_TILE_COLUMN - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
Minimum Tile Column
MINIMUM_TILE_ROW - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
Minimum Tile Row
missing_api_definition_error_message - Variable in class org.opengis.cite.ogcapitiles10.CommonFixture
 
MISSING_ENTITY - Static variable in class org.opengis.cite.ogcapitiles10.ErrorMessageKeys
 
MISSING_INFOSET_ITEM - Static variable in class org.opengis.cite.ogcapitiles10.ErrorMessageKeys
 
missing_landing_page_error_message - Variable in class org.opengis.cite.ogcapitiles10.CommonFixture
 

N

NAMESPACE_NAME - Static variable in class org.opengis.cite.ogcapitiles10.ErrorMessageKeys
 
NamespaceBindings - Class in org.opengis.cite.ogcapitiles10.util
Provides namespace bindings for evaluating XPath 1.0 expressions using the JAXP XPath API.
NamespaceBindings() - Constructor for class org.opengis.cite.ogcapitiles10.util.NamespaceBindings
 
Namespaces - Class in org.opengis.cite.ogcapitiles10
XML namespace names.
NO_OF_COLLECTIONS - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
The number of collections to test.
noOfCollections - Variable in class org.opengis.cite.ogcapitiles10.CommonDataFixture
 
noOfCollections(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.CommonDataFixture
 
NOOFCOLLECTIONS - Enum constant in enum class org.opengis.cite.ogcapitiles10.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.ogcapitiles10.ErrorMessageKeys
 

O

OgcApiTiles10 - Class in org.opengis.cite.ogcapitiles10
Contains various constants pertaining to WFS 3.0 specification and related standards.
onExecutionFinish() - Method in class org.opengis.cite.ogcapitiles10.TestRunListener
 
onExecutionStart() - Method in class org.opengis.cite.ogcapitiles10.TestRunListener
 
onFinish(ISuite) - Method in class org.opengis.cite.ogcapitiles10.SuiteFixtureListener
 
onStart(ISuite) - Method in class org.opengis.cite.ogcapitiles10.SuiteFixtureListener
 
onTestFailure(ITestResult) - Method in class org.opengis.cite.ogcapitiles10.TestFailureListener
Sets the "request" and "response" attributes of a test result.
OPEN_API_MIME_TYPE - Static variable in class org.opengis.cite.ogcapitiles10.OgcApiTiles10
 
openapiDocumentRetrieval() - Method in class org.opengis.cite.ogcapitiles10.apidefinition.ApiDefinition
 
OpenApiUtils - Class in org.opengis.cite.ogcapitiles10.openapi3
 
OpenApiUtils.PATH - Enum Class in org.opengis.cite.ogcapitiles10.openapi3
 
org.opengis.cite.ogcapitiles10 - package org.opengis.cite.ogcapitiles10
The root package includes supporting classes of general utility such as the main controller, listeners, and reporters.
org.opengis.cite.ogcapitiles10.apidefinition - package org.opengis.cite.ogcapitiles10.apidefinition
 
org.opengis.cite.ogcapitiles10.conformance - package org.opengis.cite.ogcapitiles10.conformance
 
org.opengis.cite.ogcapitiles10.core - package org.opengis.cite.ogcapitiles10.core
 
org.opengis.cite.ogcapitiles10.datasettilesets - package org.opengis.cite.ogcapitiles10.datasettilesets
 
org.opengis.cite.ogcapitiles10.geodatatilesets - package org.opengis.cite.ogcapitiles10.geodatatilesets
 
org.opengis.cite.ogcapitiles10.openapi3 - package org.opengis.cite.ogcapitiles10.openapi3
 
org.opengis.cite.ogcapitiles10.tilesetslist - package org.opengis.cite.ogcapitiles10.tilesetslist
 
org.opengis.cite.ogcapitiles10.util - package org.opengis.cite.ogcapitiles10.util
This package includes miscellaneous utility classes to support testing.
OWS - Static variable in class org.opengis.cite.ogcapitiles10.Namespaces
OGC 06-121r3 (OWS 1.1)

P

parseAndValidateRequirementClasses(JsonPath) - Method in class org.opengis.cite.ogcapitiles10.conformance.Conformance
 
parseAsDate(String) - Static method in class org.opengis.cite.ogcapitiles10.util.JsonUtils
Parses the passed string as ISO 8601 date.
parseAsListOfMaps(String, JsonPath) - Static method in class org.opengis.cite.ogcapitiles10.util.JsonUtils
Retrieves the property values as list.
parseFeatureId(JsonPath) - Static method in class org.opengis.cite.ogcapitiles10.util.JsonUtils
Parses the id of the first feature from the passed json.
parseSpatialExtent(Map<String, Object>) - Static method in class org.opengis.cite.ogcapitiles10.util.JsonUtils
Parses the spatial extent from the passed collection.
parseTemporalExtent(Map<String, Object>) - Static method in class org.opengis.cite.ogcapitiles10.util.JsonUtils
Parses the temporal extent from the passed collection.
processSuiteParameters(ISuite) - Method in class org.opengis.cite.ogcapitiles10.SuiteFixtureListener
Processes test suite arguments and sets suite attributes accordingly.

R

RANGE_OF_VALID_VALUES - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
The range Of Valid Values
readJSONObjectFromURL(URL) - Method in class org.opengis.cite.ogcapitiles10.conformance.Tile
 
registerClientComponent(ISuite) - Method in class org.opengis.cite.ogcapitiles10.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.ogcapitiles10.util.ClientUtils
Creates a copy of the given MediaType object but without any parameters.
requestLoggingFilter - Variable in class org.opengis.cite.ogcapitiles10.CommonFixture
 
RequirementClass - Enum Class in org.opengis.cite.ogcapitiles10.conformance
Updated at the OGC API - Tiles Sprint 2020 by ghobona Encapsulates all known requirement classes.
requirementClasses(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.CommonDataFixture
 
REQUIREMENTCLASSES - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
Requirement classes parsed from /conformance; Added during execution.
responseLoggingFilter - Variable in class org.opengis.cite.ogcapitiles10.CommonFixture
 
retrieveApiModel(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.CommonDataFixture
 
retrieveApiUrl() - Method in class org.opengis.cite.ogcapitiles10.apidefinition.ApiDefinition
 
retrieveParameterByName(String, OpenApi3, String) - Static method in class org.opengis.cite.ogcapitiles10.openapi3.OpenApiUtils
 
retrieveTestPoints(OpenApi3, URI) - Static method in class org.opengis.cite.ogcapitiles10.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.ogcapitiles10.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.ogcapitiles10.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.ogcapitiles10.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.ogcapitiles10.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.ogcapitiles10.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.ogcapitiles10.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.ogcapitiles10
Buffers the (response) entity so it can be read multiple times.
ReusableEntityFilter() - Constructor for class org.opengis.cite.ogcapitiles10.ReusableEntityFilter
 
rootUri - Variable in class org.opengis.cite.ogcapitiles10.CommonFixture
 

S

SCH - Static variable in class org.opengis.cite.ogcapitiles10.Namespaces
Schematron (ISO 19757-3) namespace
setAllRequestsSuccessful(boolean) - Method in class org.opengis.cite.ogcapitiles10.core.TileResponseMetadata
 
setResponseCode(int) - Method in class org.opengis.cite.ogcapitiles10.core.TileResponseMetadata
 
SOAP_ENV - Static variable in class org.opengis.cite.ogcapitiles10.Namespaces
SOAP 1.2 message envelopes.
storeRequirementClassesInTestContext(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.conformance.Conformance
 
SuiteAttribute - Enum Class in org.opengis.cite.ogcapitiles10
An enumerated type defining ISuite attributes that may be set to constitute a shared test fixture.
SuiteFixtureListener - Class in org.opengis.cite.ogcapitiles10
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.ogcapitiles10.SuiteFixtureListener
 
SuitePreconditions - Class in org.opengis.cite.ogcapitiles10
Checks that various preconditions are satisfied before the test suite is run.
SuitePreconditions() - Constructor for class org.opengis.cite.ogcapitiles10.SuitePreconditions
 

T

TemporalExtent - Class in org.opengis.cite.ogcapitiles10.util
 
TemporalExtent(ZonedDateTime, ZonedDateTime) - Constructor for class org.opengis.cite.ogcapitiles10.util.TemporalExtent
 
TEST_SUBJ_FILE - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
A File containing the test subject or a description of it.
TestFailureListener - Class in org.opengis.cite.ogcapitiles10
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.ogcapitiles10.TestFailureListener
 
TestNGController - Class in org.opengis.cite.ogcapitiles10
Main test run controller oversees execution of TestNG test suites.
TestNGController() - Constructor for class org.opengis.cite.ogcapitiles10.TestNGController
Default constructor uses the location given by the "java.io.tmpdir" system property as the root output directory.
TestNGController(String, boolean) - Constructor for class org.opengis.cite.ogcapitiles10.TestNGController
Construct a controller that writes results to the given output directory.
TestPoint - Class in org.opengis.cite.ogcapitiles10.openapi3
Encapsulates a Test Point with the UriTemplate and predefined replacements.
TestPoint(String, String, Map<String, MediaType>) - Constructor for class org.opengis.cite.ogcapitiles10.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.ogcapitiles10.openapi3.TestPoint
Instantiates a TestPoint with UriTemplate and predefined replacements.
TestRunArg - Enum Class in org.opengis.cite.ogcapitiles10
An enumerated type defining all recognized test run arguments.
TestRunListener - Class in org.opengis.cite.ogcapitiles10
A listener that is invoked before and after a test run.
TestRunListener() - Constructor for class org.opengis.cite.ogcapitiles10.TestRunListener
 
TestSuiteLogger - Class in org.opengis.cite.ogcapitiles10.util
Logging utility class that provides simple access to the JDK Logging API.
Tile - Class in org.opengis.cite.ogcapitiles10.conformance
Updated at the OGC API - Tiles Sprint 2020 by ghobona A.2.2.
Tile() - Constructor for class org.opengis.cite.ogcapitiles10.conformance.Tile
 
TILE_MATRIX - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
Tile Matrix
TILE_MATRIX_SET_DEFINITION_URI - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
The URI of the TileMatrixSet definition.
TILE_MATRIX_SET_DEFINITION_URI - Enum constant in enum class org.opengis.cite.ogcapitiles10.TestRunArg
A URI identifying a tile matrix set definition.
TileResponseMetadata - Class in org.opengis.cite.ogcapitiles10.core
 
TileResponseMetadata(boolean, int) - Constructor for class org.opengis.cite.ogcapitiles10.core.TileResponseMetadata
 
TilesetLlinks - Class in org.opengis.cite.ogcapitiles10.tilesetslist
 
TilesetLlinks() - Constructor for class org.opengis.cite.ogcapitiles10.tilesetslist.TilesetLlinks
 
TILESETS_LIST - Enum constant in enum class org.opengis.cite.ogcapitiles10.conformance.RequirementClass
 
tilesets_lists_conformance_class_not_implemented - Variable in class org.opengis.cite.ogcapitiles10.CommonFixture
 
tilesetUris(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.tilesetslist.TilesetLlinks
 
toString() - Method in class org.opengis.cite.ogcapitiles10.openapi3.TestPoint
 
toString() - Method in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
 
toString() - Method in enum class org.opengis.cite.ogcapitiles10.TestRunArg
 
toString() - Method in class org.opengis.cite.ogcapitiles10.util.BBox
 
toString() - Method in class org.opengis.cite.ogcapitiles10.util.NamespaceBindings
 

U

UNEXPECTED_MEDIA_TYPE - Static variable in class org.opengis.cite.ogcapitiles10.ErrorMessageKeys
 
UNEXPECTED_STATUS - Static variable in class org.opengis.cite.ogcapitiles10.ErrorMessageKeys
 
UriBuilder - Class in org.opengis.cite.ogcapitiles10.openapi3
Builds a URL out of a TestPoint.
UriBuilder(TestPoint) - Constructor for class org.opengis.cite.ogcapitiles10.openapi3.UriBuilder
 
URIUtils - Class in org.opengis.cite.ogcapitiles10.util
Provides a collection of utility methods for manipulating or resolving URI references.
URIUtils() - Constructor for class org.opengis.cite.ogcapitiles10.util.URIUtils
 
URL_TEMPLATE_FOR_TILES - Enum constant in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
The URL Template For Tiles.

V

validateConformanceOperationAndResponse(TestPoint) - Method in class org.opengis.cite.ogcapitiles10.conformance.Conformance
Implements Abstract test A.1 Partly addresses Requirement 7: /req/core/conformance-success
validateSuccessfulTilesExecution(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.core.MandatoryCore
Implements Abstract test A.6 Addresses Requirement 5: /req/core/tc-success
validateSuccessfulTilesExecutionFollowingLinks() - Method in class org.opengis.cite.ogcapitiles10.conformance.Tile
Implements Abstract test A.6: /conf/core/tc-success Addresses Requirement 5: /req/core/tc-success
validateTestRunArgs(Document) - Method in class org.opengis.cite.ogcapitiles10.TestNGController
Validates the test run arguments.
validateTileColDefinitionIsAvailable() - Method in class org.opengis.cite.ogcapitiles10.conformance.Tile
Implements Abstract test A.5 Addresses Requirement 4: /req/core/tc-tilecol-definition
validateTileMatrixDefinitionIsAvailable() - Method in class org.opengis.cite.ogcapitiles10.conformance.Tile
Implements Abstract test A.3 Addresses Requirement 2: /req/core/tc-tilematrix-definition
validateTileRowDefinitionIsAvailable() - Method in class org.opengis.cite.ogcapitiles10.conformance.Tile
Implements Abstract test A.4 Addresses Requirement 3: /req/core/tc-tilerow-definition
validateTilesAreAvailable() - Method in class org.opengis.cite.ogcapitiles10.conformance.Tile
Implements Abstract test A.2 Addresses Requirement 1: /req/core/tc-op
validateTilesErrorConditions() - Method in class org.opengis.cite.ogcapitiles10.conformance.Tile
Implements Abstract test A.7: /conf/core/tc-error Addresses Requirement 6: /req/core/tc-error
validateTilesetsListResponse(ITestContext, TestPoint) - Method in class org.opengis.cite.ogcapitiles10.tilesetslist.TilesetLlinks
Implements Abstract test A.9 Addresses Requirement 10
valueOf(String) - Static method in enum class org.opengis.cite.ogcapitiles10.conformance.RequirementClass
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opengis.cite.ogcapitiles10.openapi3.OpenApiUtils.PATH
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opengis.cite.ogcapitiles10.SuiteAttribute
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opengis.cite.ogcapitiles10.TestRunArg
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.opengis.cite.ogcapitiles10.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.ogcapitiles10.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.ogcapitiles10.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.ogcapitiles10.TestRunArg
Returns an array containing the constants of this enum class, in the order they are declared.
verifyErrorResponses(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.core.MandatoryCore
Implements Abstract test A.7 Addresses Requirement 6: /req/core/tc-error
verifyMinimalConformance(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.core.MandatoryCore
Implements Abstract test A.2 Addresses Requirement 1: /req/core/tc-op
verifyTestSubject(ITestContext) - Method in class org.opengis.cite.ogcapitiles10.SuitePreconditions
Verifies that the referenced test subject exists and has the expected type.

W

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

X

XLINK - Static variable in class org.opengis.cite.ogcapitiles10.Namespaces
W3C XLink
XML_ERROR - Static variable in class org.opengis.cite.ogcapitiles10.ErrorMessageKeys
 
XMLUtils - Class in org.opengis.cite.ogcapitiles10.util
Provides various utility methods for accessing or manipulating XML representations.
XMLUtils() - Constructor for class org.opengis.cite.ogcapitiles10.util.XMLUtils
 
XPATH_ERROR - Static variable in class org.opengis.cite.ogcapitiles10.ErrorMessageKeys
 
XPATH_RESULT - Static variable in class org.opengis.cite.ogcapitiles10.ErrorMessageKeys
 
XSD - Static variable in class org.opengis.cite.ogcapitiles10.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 
All Classes and Interfaces|All Packages|Constant Field Values