Uses of Class
org.skyscreamer.jsonassert.ValueMatcherException
-
Uses of ValueMatcherException in org.skyscreamer.jsonassert
Modifier and TypeMethodDescriptionJSONCompareResult.fail
(String field, ValueMatcherException exception) Identify that the comparison failedModifier and TypeMethodDescriptionboolean
LocationAwareValueMatcher.equal
(String prefix, T actual, T expected, JSONCompareResult result) Match actual value with expected value.boolean
Customization.matches
(String prefix, Object actual, Object expected, JSONCompareResult result) Return true if actual value matches expected value using this Customization's comparator.