Uses of Class
org.opengis.cite.ogcapiprocesses10.openapi3.TestPoint
Packages that use TestPoint
Package
Description
-
Uses of TestPoint in org.opengis.cite.ogcapiprocesses10.conformance
Methods in org.opengis.cite.ogcapiprocesses10.conformance with parameters of type TestPointModifier and TypeMethodDescriptionvoid
Conformance.testValidateConformanceOperationAndResponse
(TestPoint testPoint) Partly addresses Requirement 1 : /req/processes/core/conformance-success -
Uses of TestPoint in org.opengis.cite.ogcapiprocesses10.openapi3
Methods in org.opengis.cite.ogcapiprocesses10.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.ogcapiprocesses10.openapi3 with parameters of type TestPoint