Class FeaturesAssertions
java.lang.Object
org.opengis.cite.ogcapiedr10.collections.FeaturesAssertions
- Author:
- Lyn Goltz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
assertIntegerGreaterZero
(int value, String propertyName) (package private) static void
assertIntegerGreaterZero
(Object value, String propertyName) (package private) static void
assertNumberMatched
(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, URI iut, String collectionName, io.restassured.path.json.JsonPath jsonPath, boolean skipIfNoNumberMatched) (package private) static void
assertNumberReturned
(String collectionName, io.restassured.path.json.JsonPath jsonPath, boolean skipIfNoNumberReturned) (package private) static void
assertTimeStamp
(String collectionName, io.restassured.path.json.JsonPath jsonPath, ZonedDateTime timeStampBeforeResponse, ZonedDateTime timeStampAfterResponse, boolean skipIfNoTimeStamp)
-
Constructor Details
-
FeaturesAssertions
public FeaturesAssertions()
-
-
Method Details
-
assertIntegerGreaterZero
-
assertIntegerGreaterZero
-
assertTimeStamp
static void assertTimeStamp(String collectionName, io.restassured.path.json.JsonPath jsonPath, ZonedDateTime timeStampBeforeResponse, ZonedDateTime timeStampAfterResponse, boolean skipIfNoTimeStamp) -
assertNumberReturned
static void assertNumberReturned(String collectionName, io.restassured.path.json.JsonPath jsonPath, boolean skipIfNoNumberReturned) -
assertNumberMatched
static void assertNumberMatched(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, URI iut, String collectionName, io.restassured.path.json.JsonPath jsonPath, boolean skipIfNoNumberMatched) throws URISyntaxException - Throws:
URISyntaxException
-