InternalMatcher |
InternalMatcher.describedAs(String description) |
Sets the description of this object.
|
InternalMatcher |
InternalMatcher.node(String newPath) |
Creates an assert object that only compares given node.
|
<T> InternalMatcher |
InternalMatcher.when(ConfigurationWhen.PathsParam object,
ConfigurationWhen.ApplicableForPath... actions) |
Sets advanced/local options.
|
InternalMatcher |
InternalMatcher.whenIgnoringPaths(String... pathsToBeIgnored) |
|
InternalMatcher |
InternalMatcher.withDifferenceListener(DifferenceListener differenceListener) |
|
InternalMatcher |
InternalMatcher.withIgnorePlaceholder(String ignorePlaceholder) |
Sets the placeholder that can be used to ignore values.
|
InternalMatcher |
InternalMatcher.withMatcher(String matcherName,
org.hamcrest.Matcher<?> matcher) |
Adds a internalMatcher to be used in ${json-unit.matches:matcherName} macro.
|
InternalMatcher |
InternalMatcher.withOptions(Option firstOption,
Option... otherOptions) |
Sets options changing comparison behavior.
|
InternalMatcher |
InternalMatcher.withTolerance(double tolerance) |
Sets the tolerance for floating number comparison.
|
InternalMatcher |
InternalMatcher.withTolerance(BigDecimal tolerance) |
Sets the tolerance for floating number comparison.
|