Uses of Class
net.javacrumbs.jsonunit.core.internal.matchers.InternalMatcher
| Package | Description |
|---|---|
| net.javacrumbs.jsonunit.core.internal.matchers |
-
Uses of InternalMatcher in net.javacrumbs.jsonunit.core.internal.matchers
Methods in net.javacrumbs.jsonunit.core.internal.matchers that return InternalMatcher Modifier and Type Method Description @NotNull InternalMatcherInternalMatcher. describedAs(@NotNull String description)Sets the description of this object.@NotNull InternalMatcherInternalMatcher. node(@NotNull String newPath)Creates an assert object that only compares given node.@NotNull InternalMatcherInternalMatcher. when(@NotNull ConfigurationWhen.PathsParam object, @NotNull ConfigurationWhen.ApplicableForPath... actions)Sets advanced/local options.@NotNull InternalMatcherInternalMatcher. whenIgnoringPaths(@NotNull String... pathsToBeIgnored)@NotNull InternalMatcherInternalMatcher. withDifferenceListener(@NotNull DifferenceListener differenceListener)@NotNull InternalMatcherInternalMatcher. withIgnorePlaceholder(@NotNull String ignorePlaceholder)Sets the placeholder that can be used to ignore values.@NotNull InternalMatcherInternalMatcher. withMatcher(@NotNull String matcherName, @NotNull org.hamcrest.Matcher<?> matcher)Adds a internalMatcher to be used in ${json-unit.matches:matcherName} macro.@NotNull InternalMatcherInternalMatcher. withOptions(@NotNull Option firstOption, @NotNull Option... otherOptions)Sets options changing comparison behavior.@NotNull InternalMatcherInternalMatcher. withTolerance(double tolerance)Sets the tolerance for floating number comparison.@NotNull InternalMatcherInternalMatcher. withTolerance(@Nullable BigDecimal tolerance)Sets the tolerance for floating number comparison.