Package | Description |
---|---|
org.skyscreamer.jsonassert |
Modifier and Type | Method and Description |
---|---|
JSONCompareResult |
JSONCompareResult.fail(String field,
ValueMatcherException exception)
Identify that the comparison failed
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2018. All rights reserved.