-
Methods in de.kosmos_lab.utils that throw CompareException
| Modifier and Type |
Method |
Description |
static boolean |
JSONChecker.compare(org.json.JSONObject a,
org.json.JSONObject b) |
|
static boolean |
JSONChecker.compare(org.json.JSONObject a,
org.json.JSONObject b,
String[] skippedKeys) |
|
static boolean |
JSONChecker.compare(org.json.JSONObject a,
org.json.JSONObject b,
Set<String> skippedKeys) |
|
static boolean |
JSONChecker.equals(Object value,
Object expected) |
checks if both inputs are comparable, checks based of the type of expected
|
static boolean |
JSONChecker.equals(Object value,
Object expected,
String path) |
|