| Package | Description |
|---|---|
| core.apiCore.helpers | |
| core.apiCore.interfaces |
| Modifier and Type | Method and Description |
|---|---|
static List<KeyValue> |
DataHelper.getValidationMap(String expected)
gets the map of the validation requirements split by ";"
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
JsonHelper.validateJsonKeywords(List<KeyValue> keywords,
String responseString)
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 List<String> |
SqlHelper.validateSqlKeywords(List<KeyValue> keywords,
ResultSet resSet)
* validates the maps agains the keyword requirements matcher.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ExternalInterface.runExernalMethod(String classmethod,
List<KeyValue> parameterList)
run method from directory: src/main/java/module/services/method the class and
method name are passed through options column: class.method
|
Copyright © 2020. All rights reserved.