Generated by
JDiff

Class org.springframework.test.web.reactive.server.HeaderAssertions

Added Methods
ResponseSpec contentType(String) Expect a "Content-Type" header with the given value.
ResponseSpec contentTypeCompatibleWith(String) Expect a "Content-Type" header compatible with the given value.
ResponseSpec contentTypeCompatibleWith(MediaType) Expect a "Content-Type" header compatible with the given value.
ResponseSpec doesNotExist(String) Expect that the header with the given name is not present.