|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of JSONCompareResult in org.skyscreamer.jsonassert |
|---|
| Methods in org.skyscreamer.jsonassert that return JSONCompareResult | |
|---|---|
static JSONCompareResult |
JSONCompare.compareJSON(org.json.JSONArray expected,
org.json.JSONArray actual,
JSONCompareMode mode)
Compares JSONArray provided to the expected JSONArray, and returns the results of the comparison. |
static JSONCompareResult |
JSONCompare.compareJSON(org.json.JSONObject expected,
org.json.JSONObject actual,
JSONCompareMode mode)
Compares JSONObject provided to the expected JSONObject, and returns the results of the comparison. |
static JSONCompareResult |
JSONCompare.compareJSON(String expectedStr,
String actualStr,
JSONCompareMode mode)
Compares JSON string provided to the expected JSON string, and returns the results of the comparison. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||