| Modifier and Type | Method and Description |
|---|---|
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.
|
static List<TestPoint> |
retrieveTestPoints(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel,
WFS3.PATH path)
Parse the test points with the passed path from the passed OpenApi3 document as described in A.4.3.
|
static List<TestPoint> |
retrieveTestPoints(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel,
WFS3.PATH path,
String extendedPath)
Parse the test points with the passed path including the extended path from the passed OpenApi3 document as
described in A.4.3.
|
public static List<TestPoint> retrieveTestPoints(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel)
apiModel - never nullnullpublic static List<TestPoint> retrieveTestPoints(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, WFS3.PATH path)
apiModel - never nullpath - the path the test points should be assigned to, never nullnullpublic static List<TestPoint> retrieveTestPoints(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, WFS3.PATH path, String extendedPath)
apiModel - never nullpath - the path the test points should be assigned to, never nullextendedPath - the extended path, may be nullnullCopyright © 2018 Open Geospatial Consortium. All rights reserved.