Generated by
JDiff

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

Added Methods
ResultMatcher is1xxInformational() Assert the response status code is in the 1xx range.
ResultMatcher is2xxSuccessful() Assert the response status code is in the 2xx range.
ResultMatcher is3xxRedirection() Assert the response status code is in the 3xx range.
ResultMatcher is4xxClientError() Assert the response status code is in the 4xx range.
ResultMatcher is5xxServerError() Assert the response status code is in the 5xx range.