| Modifier and Type | Method and Description |
|---|---|
static Matcher |
Match.arrayEquals(List<? extends Object> pattern)
(experimental) Matches the specified pattern with the array found in the same relative path of the target.
|
static Matcher |
Match.arrayWith(List<? extends Object> pattern)
(experimental) Matches the specified pattern with the array found in the same relative path of the target.
|
static Matcher |
Match.exact(Object pattern)
(experimental) Deep exact matching of the specified pattern to the target.
|
static Matcher |
Match.objectEquals(Map<String,? extends Object> pattern)
(experimental) Matches the specified pattern to an object found in the same relative path of the target.
|
static Matcher |
Match.objectLike(Map<String,? extends Object> pattern)
(experimental) Matches the specified pattern to an object found in the same relative path of the target.
|
| Modifier and Type | Method and Description |
|---|---|
MatchResult |
MatchResult.push(Matcher matcher,
List<String> path,
String message)
(experimental) Push a new failure into this result at a specific path.
|
Copyright © 2021. All rights reserved.