public interface JSONModalComparator<T> extends JSONComparator<T>
| Modifier and Type | Method and Description |
|---|---|
JSONModalComparator<T> |
butAllowingAnyArrayOrdering() |
JSONModalComparator<T> |
butAllowingExtraUnexpectedFields() |
compareJSONModalComparator<T> butAllowingAnyArrayOrdering()
JSONModalComparator instance that is equivalent to this, but does not check the ordering of
array elementsJSONModalComparator<T> butAllowingExtraUnexpectedFields()
JSONModalComparator instance that is equivalent to this, but does allows fields to appear in
the actual JSON document that do not appear in the expected JSON document. elementsCopyright © 2012. All Rights Reserved.