| Class | Description |
|---|---|
| ContainingValue |
Matcher which checks that a JSON array contains the specified value.
|
| HasJsonArray |
Matcher to verify that a JsonNode has an array with the specified field name.
|
| HasJsonPath<T> |
Matcher to enable assertions on JSON objects using JSONpath.
|
| HasJsonValue |
Matcher to check that a given key has a particular value in a JsonNode.
|
| HasJsonWhich |
A matcher for string which treats the string as a JsonNode.
|
| HasXPath | |
| IsEquivalentXml |
Hamcrest matcher for comparing two strings containing XML and determining whether they are
equivalent (ignoring whitespace, attribute and element ordering etc.).
|
| MatchesRegex | |
| WithSize |
Matcher to check the size of a Json array.
|
| WithValueAt |
Matcher to check that a JSON array has a particular value at the specified index.
|
Copyright © 2013. All Rights Reserved.