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