public class CustomComparator extends DefaultComparator
| Constructor and Description |
|---|
CustomComparator(JSONCompareMode mode,
Customization... customizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
compareValues(String prefix,
Object expectedValue,
Object actualValue,
JSONCompareResult result) |
compareJSON, compareJSONArraycheckJsonObjectKeysActualInExpected, checkJsonObjectKeysExpectedInActual, compareJSON, compareJSON, compareJSONArrayOfJsonObjects, compareJSONArrayOfSimpleValues, compareJSONArrayWithStrictOrder, recursivelyCompareJSONArraypublic CustomComparator(JSONCompareMode mode, Customization... customizations)
public void compareValues(String prefix, Object expectedValue, Object actualValue, JSONCompareResult result) throws org.json.JSONException
compareValues in interface JSONComparatorcompareValues in class DefaultComparatororg.json.JSONExceptionCopyright © 2015. All Rights Reserved.