| Package | Description |
|---|---|
| net.javacrumbs.jsonunit.core.internal.matchers |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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(BigDecimal tolerance)
Sets the tolerance for floating number comparison.
|
InternalMatcher |
InternalMatcher.withTolerance(double tolerance)
Sets the tolerance for floating number comparison.
|
Copyright © 2019. All rights reserved.