| Package | Description |
|---|---|
| org.skyscreamer.jsonassert |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LocationAwareValueMatcher<T>
A ValueMatcher extension that provides location in form of prefix to the equals method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayValueMatcher<T>
A value matcher for arrays.
|
class |
RegularExpressionValueMatcher<T>
A JSONassert value matcher that matches actual value to regular expression.
|
| Modifier and Type | Method and Description |
|---|---|
static Customization |
Customization.customization(String path,
ValueMatcher<Object> comparator) |
| Constructor and Description |
|---|
Customization(String path,
ValueMatcher<Object> comparator) |
Copyright © 2016. All Rights Reserved.