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 voidassertIntegerGreaterZero(int value, String propertyName) (package private) static voidassertIntegerGreaterZero(Object value, String propertyName) (package private) static voidassertNumberMatched(com.reprezen.kaizen.oasparser.model3.OpenApi3 apiModel, URI iut, String collectionName, io.restassured.path.json.JsonPath jsonPath, boolean skipIfNoNumberMatched) (package private) static voidassertNumberReturned(String collectionName, io.restassured.path.json.JsonPath jsonPath, boolean skipIfNoNumberReturned) (package private) static voidassertTimeStamp(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
 
 -