|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueMatcherException | |
|---|---|
| org.skyscreamer.jsonassert | |
| Uses of ValueMatcherException in org.skyscreamer.jsonassert |
|---|
| Methods in org.skyscreamer.jsonassert with parameters of type ValueMatcherException | |
|---|---|
JSONCompareResult |
JSONCompareResult.fail(String field,
ValueMatcherException exception)
Identify that the comparison failed |
| Methods in org.skyscreamer.jsonassert that throw ValueMatcherException | |
|---|---|
boolean |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||