Uses of Class
org.skyscreamer.jsonassert.ValueMatcherException
Packages that use ValueMatcherException
-
Uses of ValueMatcherException in org.skyscreamer.jsonassert
Methods in org.skyscreamer.jsonassert with parameters of type ValueMatcherExceptionModifier and TypeMethodDescriptionJSONCompareResult.fail
(String field, ValueMatcherException exception) Identify that the comparison failedMethods in org.skyscreamer.jsonassert that throw ValueMatcherExceptionModifier 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.