JsonFluentAssert.ConfigurableJsonFluentAssert |
JsonFluentAssert.ConfigurableJsonFluentAssert.as(String description) |
Sets the description of this object.
|
static JsonFluentAssert.ConfigurableJsonFluentAssert |
JsonFluentAssert.assertThatJson(Object json) |
|
JsonFluentAssert.ConfigurableJsonFluentAssert |
JsonFluentAssert.ConfigurableJsonFluentAssert.describedAs(String description) |
Sets the description of this object.
|
JsonFluentAssert.ConfigurableJsonFluentAssert |
JsonFluentAssert.ConfigurableJsonFluentAssert.ignoring(String ignorePlaceholder) |
Sets the placeholder that can be used to ignore values.
|
JsonFluentAssert.ConfigurableJsonFluentAssert |
JsonFluentAssert.ConfigurableJsonFluentAssert.node(String newPath) |
Creates an assert object that only compares given node.
|
JsonFluentAssert.ConfigurableJsonFluentAssert |
JsonFluentAssert.ConfigurableJsonFluentAssert.when(net.javacrumbs.jsonunit.core.ConfigurationWhen.PathsParam object,
net.javacrumbs.jsonunit.core.ConfigurationWhen.ApplicableForPath... actions) |
Sets advanced/local options.
|
JsonFluentAssert.ConfigurableJsonFluentAssert |
JsonFluentAssert.ConfigurableJsonFluentAssert.when(net.javacrumbs.jsonunit.core.Option firstOption,
net.javacrumbs.jsonunit.core.Option... otherOptions) |
Sets options changing comparison behavior.
|
JsonFluentAssert.ConfigurableJsonFluentAssert |
JsonFluentAssert.ConfigurableJsonFluentAssert.whenIgnoringPaths(String... pathsToBeIgnored) |
Makes JsonUnit ignore the specified paths in the actual value.
|
JsonFluentAssert.ConfigurableJsonFluentAssert |
JsonFluentAssert.ConfigurableJsonFluentAssert.withDifferenceListener(net.javacrumbs.jsonunit.core.listener.DifferenceListener differenceListener) |
|
JsonFluentAssert.ConfigurableJsonFluentAssert |
JsonFluentAssert.ConfigurableJsonFluentAssert.withMatcher(String matcherName,
org.hamcrest.Matcher<?> matcher) |
Adds a internalMatcher to be used in ${json-unit.matches:matcherName} macro.
|
JsonFluentAssert.ConfigurableJsonFluentAssert |
JsonFluentAssert.ConfigurableJsonFluentAssert.withTolerance(double tolerance) |
Sets the tolerance for floating number comparison.
|
JsonFluentAssert.ConfigurableJsonFluentAssert |
JsonFluentAssert.ConfigurableJsonFluentAssert.withTolerance(BigDecimal tolerance) |
Sets the tolerance for floating number comparison.
|