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