public class UaiJSONComparator
extends org.skyscreamer.jsonassert.comparator.DefaultComparator
implements org.skyscreamer.jsonassert.comparator.JSONComparator
| Constructor and Description |
|---|
UaiJSONComparator(org.skyscreamer.jsonassert.JSONCompareMode mode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkJsonObjectKeysActualInExpected(String prefix,
org.json.JSONObject expected,
org.json.JSONObject actual,
org.skyscreamer.jsonassert.JSONCompareResult result) |
protected void |
checkJsonObjectKeysExpectedInActual(String prefix,
org.json.JSONObject expected,
org.json.JSONObject actual,
org.skyscreamer.jsonassert.JSONCompareResult result) |
compareJSON, compareJSONArray, compareValuescompareJSON, compareJSON, compareJSONArrayOfJsonObjects, compareJSONArrayOfSimpleValues, compareJSONArrayWithStrictOrder, recursivelyCompareJSONArraypublic UaiJSONComparator(org.skyscreamer.jsonassert.JSONCompareMode mode)
protected void checkJsonObjectKeysExpectedInActual(String prefix, org.json.JSONObject expected, org.json.JSONObject actual, org.skyscreamer.jsonassert.JSONCompareResult result) throws org.json.JSONException
checkJsonObjectKeysExpectedInActual in class org.skyscreamer.jsonassert.comparator.AbstractComparatororg.json.JSONExceptionprotected void checkJsonObjectKeysActualInExpected(String prefix, org.json.JSONObject expected, org.json.JSONObject actual, org.skyscreamer.jsonassert.JSONCompareResult result)
checkJsonObjectKeysActualInExpected in class org.skyscreamer.jsonassert.comparator.AbstractComparatorCopyright © 2015. All rights reserved.