| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
OpenApiUtils.PATH |
| Modifier and Type | Method and Description |
|---|---|
(package private) static List<TestPoint> |
retrieveTestPoints(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel)
Parse all test points from the passed OpenApi3 document as described in A.4.3.
|
(package private) static List<TestPoint> |
retrieveTestPointsForApi(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel)
Parse the API test points from the passed OpenApi3 document as described in A.4.3.
|
static List<TestPoint> |
retrieveTestPointsForCollection(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel,
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> |
retrieveTestPointsForCollectionMetadata(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel,
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> |
retrieveTestPointsForCollections(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel,
int noOfCollection)
Parse the COLLECTIONS test points from the passed OpenApi3 document as described in A.4.3.
|
static List<TestPoint> |
retrieveTestPointsForCollectionsMetadata(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel)
Parse the COLLECTIONS METADATA test points from the passed OpenApi3 document as described in A.4.3.
|
static List<TestPoint> |
retrieveTestPointsForConformance(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel)
Parse the CONFORMANCE test points from the passed OpenApi3 document as described in A.4.3.
|
static List<TestPoint> |
retrieveTestPointsForFeature(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel,
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.
|
static List<TestPoint> retrieveTestPoints(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel)
apiModel - never nullnullstatic List<TestPoint> retrieveTestPointsForApi(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel)
apiModel - never nullnullpublic static List<TestPoint> retrieveTestPointsForConformance(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel)
apiModel - never nullnullpublic static List<TestPoint> retrieveTestPointsForCollectionsMetadata(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel)
apiModel - never nullnullpublic static List<TestPoint> retrieveTestPointsForCollectionMetadata(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, String collectionName)
apiModel - never nullcollectionName - the extended path, may be nullnullpublic static List<TestPoint> retrieveTestPointsForCollections(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, int noOfCollection)
apiModel - never nullnoOfCollection - the number of collections to return test points for (-1 means the test points of all collections
should be returned)nullpublic static List<TestPoint> retrieveTestPointsForCollection(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, String collectionName)
apiModel - never nullcollectionName - the extended path, may be nullnullpublic static List<TestPoint> retrieveTestPointsForFeature(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, String collectionName, String featureId)
apiModel - never nullcollectionName - the extended path, may be nullfeatureId - the id of the feature, never nullnullCopyright © 2018 Open Geospatial Consortium. All rights reserved.