Uses of Class
org.skyscreamer.jsonassert.ValueMatcherException
-
Packages that use ValueMatcherException Package Description org.skyscreamer.jsonassert -
-
Uses of ValueMatcherException in org.skyscreamer.jsonassert
Methods in org.skyscreamer.jsonassert with parameters of type ValueMatcherException Modifier and Type Method Description JSONCompareResultJSONCompareResult. fail(java.lang.String field, ValueMatcherException exception)Identify that the comparison failedMethods in org.skyscreamer.jsonassert that throw ValueMatcherException Modifier and Type Method Description booleanLocationAwareValueMatcher. equal(java.lang.String prefix, T actual, T expected, JSONCompareResult result)Match actual value with expected value.booleanCustomization. matches(java.lang.String prefix, java.lang.Object actual, java.lang.Object expected, JSONCompareResult result)Return true if actual value matches expected value using this Customization's comparator.
-