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