public class PatternComparator
extends org.skyscreamer.jsonassert.comparator.DefaultComparator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX |
| Modifier and Type | Method and Description |
|---|---|
void |
compareValues(java.lang.String prefix,
java.lang.Object expectedValue,
java.lang.Object actualValue,
org.skyscreamer.jsonassert.JSONCompareResult result) |
static PatternComparator |
defaultPatternComparator() |
com.github.leeonky.dal.DAL |
getDal() |
void |
setDal(com.github.leeonky.dal.DAL dal) |
areNotSameDoubles, areNumbers, compareJSON, compareJSONArraycheckJsonObjectKeysActualInExpected, checkJsonObjectKeysExpectedInActual, compareJSON, compareJSON, compareJSONArrayOfJsonObjects, compareJSONArrayOfSimpleValues, compareJSONArrayWithStrictOrder, recursivelyCompareJSONArraypublic static final java.lang.String PREFIX
public static PatternComparator defaultPatternComparator()
public com.github.leeonky.dal.DAL getDal()
public void setDal(com.github.leeonky.dal.DAL dal)
public void compareValues(java.lang.String prefix,
java.lang.Object expectedValue,
java.lang.Object actualValue,
org.skyscreamer.jsonassert.JSONCompareResult result)
throws org.json.JSONException
compareValues in interface org.skyscreamer.jsonassert.comparator.JSONComparatorcompareValues in class org.skyscreamer.jsonassert.comparator.DefaultComparatororg.json.JSONException