Uses of Class
org.opengis.cite.ogcapifeatures10.openapi3.TestPoint
Packages that use TestPoint
Package
Description
-
Uses of TestPoint in org.opengis.cite.ogcapifeatures10.conformance.core.collections
Methods in org.opengis.cite.ogcapifeatures10.conformance.core.collections with parameters of type TestPointModifier and TypeMethodDescriptionvoidFeaturesBBox.boundingBoxParameterDefinition(TestPoint testPoint) Abstract Test 14: /ats/core/fc-bbox-definition Test Purpose: Validate that the bounding box query parameters are constructed correctly.voidFeaturesLimit.limitParameterDefinition(TestPoint testPoint) Abstract Test 16: /ats/core/fc-limit-definition Test Purpose: Validate that the bounding box query parameters are constructed corrrectly.voidFeaturesTime.timeParameterDefinition(TestPoint testPoint) Abstract Test 18: /ats/core/fc-time-definition Test Purpose: Validate that the dateTime query parameters are constructed correctly.voidFeatureCollections.validateFeatureCollectionsMetadataOperation(TestPoint testPoint) Abstract Test 9: /ats/core/fc-md-op Test Purpose: Validate that information about the Collections can be retrieved from the expected location.voidFeatureCollections.validateFeatureCollectionsMetadataOperationResponse_Content(TestPoint testPoint) Abstract Test 10, Test Method 4voidFeatureCollections.validateFeatureCollectionsMetadataOperationResponse_CrsProperty(TestPoint testPoint) Abstract Test 10, Test Method 3voidFeatureCollections.validateFeatureCollectionsMetadataOperationResponse_Items(TestPoint testPoint) Abstract Test 10, Test Method 2voidFeatureCollections.validateFeatureCollectionsMetadataOperationResponse_Links(TestPoint testPoint) Abstract Test 10, Test Method 1 -
Uses of TestPoint in org.opengis.cite.ogcapifeatures10.conformance.core.conformance
Methods in org.opengis.cite.ogcapifeatures10.conformance.core.conformance with parameters of type TestPointModifier and TypeMethodDescriptionvoidConformance.validateConformanceOperationAndResponse(TestPoint testPoint) Abstract Test 7: /ats/core/conformance-op Test Purpose: Validate that a Conformance Declaration can be retrieved from the expected location. -
Uses of TestPoint in org.opengis.cite.ogcapifeatures10.conformance.crs.discovery.collections
Methods in org.opengis.cite.ogcapifeatures10.conformance.crs.discovery.collections with parameters of type TestPointModifier and TypeMethodDescriptionvoidDiscoveryCollectionsCrsUri.verifyCollectionsCollectionCrsIdentifierOfCrsProperty(TestPoint testPoint, io.restassured.path.json.JsonPath jsonPath, Map<String, Object> collection) Test: crs property in the collection objects in the path /collectionsvoidDiscoveryCollectionsCrsUri.verifyCollectionsCollectionCrsIdentifierOfStorageCrs(TestPoint testPoint, io.restassured.path.json.JsonPath jsonPath, Map<String, Object> collection) Test: storageCrs property in the collection objects in the path /collectionsvoidDiscoveryCollectionsCrsUri.verifyCollectionsCrsIdentifierOfCrsProperty(TestPoint testPoint, io.restassured.path.json.JsonPath jsonPath) Test: crs property in the collections object in the path /collectionsvoidDiscoveryCollectionsCrsUri.verifyCollectionsCrsIdentifierOfStorageCrs(TestPoint testPoint, io.restassured.path.json.JsonPath jsonPath) Test: storageCrs property in the collections object in the path /collectionsvoidDiscoveryCollectionsDefaultCrs.verifyCollectionsPathCollectionCrsPropertyContainsDefaultCrs(TestPoint testPoint, io.restassured.path.json.JsonPath jsonPath, Map<String, Object> collection) Test: crs property in the collection objects in the path /collectionsvoidDiscoveryCollectionsStorageCrs.verifyCollectionsPathCollectionCrsPropertyContainsStorageCrs(TestPoint testPoint, io.restassured.path.json.JsonPath jsonPath, Map<String, Object> collection) Test: storageCrs property in the collection objects in the path /collections -
Uses of TestPoint in org.opengis.cite.ogcapifeatures10.openapi3
Methods in org.opengis.cite.ogcapifeatures10.openapi3 that return types with arguments of type TestPointModifier and TypeMethodDescriptionOpenApiUtils.retrieveTestPoints(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, URI iut) Parse all test points from the passed OpenApi3 document as described in A.4.3.OpenApiUtils.retrieveTestPointsForCollection(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, URI iut, String collectionName) Parse the test points with the passed path including the extended path from the passed OpenApi3 document as described in A.4.3.OpenApiUtils.retrieveTestPointsForCollectionMetadata(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, URI iut, String collectionName) 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.OpenApiUtils.retrieveTestPointsForCollections(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, URI iut, int noOfCollection) Parse the COLLECTIONS test points from the passed OpenApi3 document as described in A.4.3.OpenApiUtils.retrieveTestPointsForCollectionsMetadata(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, URI iut) Parse the COLLECTIONS METADATA test points from the passed OpenApi3 document as described in A.4.3.OpenApiUtils.retrieveTestPointsForConformance(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, URI iut) Parse the CONFORMANCE test points from the passed OpenApi3 document as described in A.4.3.OpenApiUtils.retrieveTestPointsForFeature(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, URI iut, String collectionName, String featureId) Parse the test points with the passed path including the extended path from the passed OpenApi3 document as described in A.4.3.Constructors in org.opengis.cite.ogcapifeatures10.openapi3 with parameters of type TestPoint