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