| Package | Description |
|---|---|
| core.apiCore.helpers |
| Modifier and Type | Method and Description |
|---|---|
static List<KeyValue> |
DataHelper.getValidationMap(String expected)
gets the map of the validation requirements
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JsonHelper.validateJsonKeywords(List<KeyValue> keywords,
io.restassured.response.Response response)
validates the json maps against the keyword requirements
examples: "person.roles.name": hasItems("admin"), "person.lastName":
equalTo("Administrator"), "person.lastName": isNotEmpty, "person.roles.name":
contains("admin"), "person.roles.name": containsInAnyOrder(admin),
"person.roles": nodeSizeGreaterThan(0), "person.sites.": nodeSizeExact(0)
"person.roles.name": sequence("admin"),
|
static void |
SqlHelper.validateSqlKeywords(List<KeyValue> keywords,
ResultSet resSet)
* validates the maps agains the keyword requirements matcher.
|
Copyright © 2019. All rights reserved.