■JsonPathResultMatchersのメソッド一覧
| public JsonPathResultMatchers prefix(String prefix) | |
|
|
|
| public |
|
|
|
|
| public ResultMatcher value(final Object expectedValue) | |
|
|
|
| public ResultMatcher exists() | |
|
|
|
| public ResultMatcher doesNotExist() | |
|
|
|
| public ResultMatcher isEmpty() | |
|
|
|
| public ResultMatcher isNotEmpty() | |
|
|
|
| public ResultMatcher hasJsonPath() | |
|
|
|
| public ResultMatcher doesNotHaveJsonPath() | |
|
|
|
| public ResultMatcher isString() | |
|
|
|
| public ResultMatcher isBoolean() | |
|
|
|
| public ResultMatcher isNumber() | |
|
|
|
| public ResultMatcher isArray() | |
|
|
|
| public ResultMatcher isMap() | |
|
|
|