| Package | Description |
|---|---|
| org.opengis.cite.ogcapiprocesses10.conformance | |
| org.opengis.cite.ogcapiprocesses10.openapi3 |
| Modifier and Type | Method and Description |
|---|---|
void |
Conformance.testValidateConformanceOperationAndResponse(TestPoint testPoint)
Partly addresses Requirement 1 : /req/processes/core/conformance-success
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static List<TestPoint> |
OpenApiUtils.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.
|
static List<TestPoint> |
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.
|
static List<TestPoint> |
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.
|
static List<TestPoint> |
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.
|
static List<TestPoint> |
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.
|
static List<TestPoint> |
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.
|
static List<TestPoint> |
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.
|
| Constructor and Description |
|---|
UriBuilder(TestPoint testPoint) |
Copyright © 2024 Open Geospatial Consortium. All rights reserved.