|
Class Summary |
| ContainingValue |
Matcher which checks that a JSON array contains the specified value. |
| HasHeader |
Matcher to assert on the headers in an HTTP response. |
| HasHeaderWithValue |
Matcher to enable assertion on HTTP header values. |
| HasJsonArray |
Matcher to verify that a JsonNode has an array with the specified field name. |
| HasJsonValue |
Matcher to check that a given key has a particular value in a JsonNode. |
| HasResponseBody |
Matcher to check that an HttpResponse has the specified body. |
| HasStatusCode |
Matcher to check whether an HTTP response has a particular status code. |
| 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. |