Generated by
JDiff

Class org.springframework.test.web.servlet.result.StatusResultMatchers

Added Methods
ResultMatcher isPayloadTooLarge() Assert the response status code is {@code HttpStatus.PAYLOAD_TOO_LARGE} (413).
ResultMatcher isUriTooLong() Assert the response status code is {@code HttpStatus.REQUEST_URI_TOO_LONG} (414).
 

Changed Methods
ResultMatcher isMovedTemporarily() Now deprecated.
in favor of {@link #isFound()}
ResultMatcher isRequestEntityTooLarge() Now deprecated.
matching the deprecation of {@code HttpStatus.REQUEST_ENTITY_TOO_LARGE}
ResultMatcher isRequestUriTooLong() Now deprecated.
matching the deprecation of {@code HttpStatus.REQUEST_URI_TOO_LONG}
ResultMatcher isUseProxy() Now deprecated.
matching the deprecation of {@code HttpStatus.USE_PROXY}