spring-framework / org.springframework.test.web / ModelAndViewAssert / assertModelAttributeValues

assertModelAttributeValues

open static fun assertModelAttributeValues(mav: ModelAndView, expectedModel: MutableMap<String, Any>): Unit

Inspect the expectedModel to see if all elements in the model appear and are equal.

Parameters

mav - ModelAndView to test against (never null)

expectedModel - the expected model