| Package | Description |
|---|---|
| net.javacrumbs.jsonunit.core.internal | |
| net.javacrumbs.jsonunit.core.internal.matchers |
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.asPrefix() |
Path |
Path.copy(String newPath) |
static Path |
Path.create(String path) |
static Path |
Path.create(String path,
String pathPrefix) |
static Path |
Path.root() |
Path |
Path.to(String name) |
| Modifier and Type | Method and Description |
|---|---|
static Diff |
Diff.create(Object expected,
Object actual,
String actualName,
Path path,
Configuration configuration) |
static Diff |
Diff.createInternal(Object expected,
Object actual,
String actualName,
Path path,
Configuration configuration,
String differenceString) |
static Node |
JsonUtils.getNode(Object root,
Path path)
Returns node with given path.
|
static boolean |
JsonUtils.nodeAbsent(Object json,
Path path,
Configuration configuration) |
| Constructor and Description |
|---|
InternalMatcher(@NotNull Object actual,
@NotNull Path path,
@NotNull String description,
@NotNull Configuration configuration) |
Copyright © 2020. All rights reserved.