spring-framework / org.springframework.test.web / ModelAndViewAssert / assertViewName
assertViewName
open static fun assertViewName(mav: ModelAndView, expectedName: String): Unit
Check to see if the view name in the ModelAndView matches the given expectedName.
Parameters
mav - ModelAndView to test against (never null)
expectedName - the name of the model value