spring-framework / org.springframework.test.web.servlet.result / HeaderResultMatchers / string

string

open fun string(name: String, matcher: Matcher<in String>): ResultMatcher

Assert the primary value of the response header with the given Hamcrest String Matcher.

open fun string(name: String, value: String): ResultMatcher

Assert the primary value of the response header as a String value.