Package | Description |
---|---|
org.springframework.test.web.servlet.result |
Contains built-in
ResultMatcher and ResultHandler implementations. |
Modifier and Type | Method and Description |
---|---|
static JsonPathResultMatchers |
MockMvcResultMatchers.jsonPath(String expression,
Object... args)
Access to response body assertions using a JSONPath expression to
inspect a specific subset of the body.
|
Copyright © 2015. All rights reserved.