JsonUnitResultMatchers |
JsonUnitResultMatchers.ignoring(String ignorePlaceholder) |
Sets the placeholder that can be used to ignore values.
|
static JsonUnitResultMatchers |
JsonUnitResultMatchers.json() |
Creates JsonUnitResultMatchers to be used for JSON assertions.
|
JsonUnitResultMatchers |
JsonUnitResultMatchers.node(String path) |
Creates a matcher object that only compares given node.
|
JsonUnitResultMatchers |
JsonUnitResultMatchers.when(net.javacrumbs.jsonunit.core.Option firstOption,
net.javacrumbs.jsonunit.core.Option... otherOptions) |
Sets options changing comparison behavior.
|
JsonUnitResultMatchers |
JsonUnitResultMatchers.withDifferenceListener(net.javacrumbs.jsonunit.core.listener.DifferenceListener differenceListener) |
|
JsonUnitResultMatchers |
JsonUnitResultMatchers.withTolerance(double tolerance) |
Sets the tolerance for floating number comparison.
|
JsonUnitResultMatchers |
JsonUnitResultMatchers.withTolerance(BigDecimal tolerance) |
Sets the tolerance for floating number comparison.
|