| Interface | Description |
|---|---|
| LocationAwareValueMatcher<T> |
A ValueMatcher extension that provides location in form of prefix to the equals method.
|
| ValueMatcher<T> |
| Class | Description |
|---|---|
| ArrayValueMatcher<T> |
A value matcher for arrays.
|
| Customization |
Associates a custom matcher to a specific jsonpath.
|
| FieldComparisonFailure |
Models a failure when comparing two fields.
|
| JSONAssert |
A set of assertion methods useful for writing tests methods that return JSON.
|
| JSONCompare |
Provides API to compare two JSON entities.
|
| JSONCompareResult |
Bean for holding results from JSONCompare.
|
| JSONParser |
Simple JSON parsing utility.
|
| RegularExpressionValueMatcher<T> |
A JSONassert value matcher that matches actual value to regular expression.
|
| Enum | Description |
|---|---|
| JSONCompareMode |
These different modes define different behavior for the comparison of JSON for testing.
|
| Exception | Description |
|---|---|
| ValueMatcherException |
Exception that may be thrown by ValueMatcher subclasses to provide more detail on why matches method failed.
|
Copyright © 2016. All Rights Reserved.