spring-framework / org.springframework.test.web.servlet.result / StatusResultMatchers / reason

reason

open fun reason(matcher: Matcher<in String>): ResultMatcher

Assert the Servlet response error message with the given Hamcrest Matcher.

open fun reason(reason: String): ResultMatcher

Assert the Servlet response error message.