org.skyscreamer.jsonassert
Class Customization
java.lang.Object
org.skyscreamer.jsonassert.Customization
public final class Customization
- extends Object
Associates a custom matcher to a specific jsonpath.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Customization
public Customization(String path,
ValueMatcher<Object> comparator)
customization
public static Customization customization(String path,
ValueMatcher<Object> comparator)
appliesToPath
public boolean appliesToPath(String path)
matches
public boolean matches(Object actual,
Object expected)
Copyright © 2013. All Rights Reserved.