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

stringValues

open fun <T : Any> stringValues(name: String, matcher: Matcher<MutableIterable<String>>): ResultMatcher

Assert the values of the response header with the given Hamcrest Iterable Matcher.

Since
4.3

open fun stringValues(name: String, vararg values: String): ResultMatcher

Assert the values of the response header as String values.

Since
4.3