abstract fun <T : B> alwaysExpect(resultMatcher: ResultMatcher): T
Define a global expectation that should always be applied to every response. For example, status code 200 (OK), content type "application/json", etc.
resultMatcher - a ResultMatcher; see static factory methods in org.springframework.test.web.servlet.result.MockMvcResultMatchers