Generated by
JDiff

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

Added Methods
ResultMatcher contentTypeCompatibleWith(String) Assert the ServletResponse content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
ResultMatcher contentTypeCompatibleWith(MediaType) Assert the ServletResponse content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).