public interface JSONComparator
| Modifier and Type | Method and Description |
|---|---|
JSONCompareResult |
compareJSON(org.json.JSONArray expected,
org.json.JSONArray actual) |
JSONCompareResult |
compareJSON(org.json.JSONObject expected,
org.json.JSONObject actual) |
void |
compareJSON(String prefix,
org.json.JSONObject expected,
org.json.JSONObject actual,
JSONCompareResult result) |
void |
compareJSONArray(String prefix,
org.json.JSONArray expected,
org.json.JSONArray actual,
JSONCompareResult result) |
void |
compareValues(String prefix,
Object expectedValue,
Object actualValue,
JSONCompareResult result) |
JSONCompareResult compareJSON(org.json.JSONObject expected, org.json.JSONObject actual) throws org.json.JSONException
org.json.JSONExceptionJSONCompareResult compareJSON(org.json.JSONArray expected, org.json.JSONArray actual) throws org.json.JSONException
org.json.JSONExceptionvoid compareJSON(String prefix, org.json.JSONObject expected, org.json.JSONObject actual, JSONCompareResult result) throws org.json.JSONException
org.json.JSONExceptionvoid compareValues(String prefix, Object expectedValue, Object actualValue, JSONCompareResult result) throws org.json.JSONException
org.json.JSONExceptionvoid compareJSONArray(String prefix, org.json.JSONArray expected, org.json.JSONArray actual, JSONCompareResult result) throws org.json.JSONException
org.json.JSONExceptionCopyright © 2015. All Rights Reserved.