org.skyscreamer.jsonassert.comparator
Class CustomComparator
java.lang.Object
org.skyscreamer.jsonassert.comparator.AbstractComparator
org.skyscreamer.jsonassert.comparator.DefaultComparator
org.skyscreamer.jsonassert.comparator.CustomComparator
- All Implemented Interfaces:
- JSONComparator
public class CustomComparator
- extends DefaultComparator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomComparator
public CustomComparator(JSONCompareMode mode,
Customization... customizations)
compareValues
public void compareValues(String prefix,
Object expectedValue,
Object actualValue,
JSONCompareResult result)
throws org.json.JSONException
- Specified by:
compareValues in interface JSONComparator- Overrides:
compareValues in class DefaultComparator
- Throws:
org.json.JSONException
Copyright © 2013. All Rights Reserved.