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

assertModelAttributeValue

open static fun assertModelAttributeValue(mav: ModelAndView, modelName: String, expectedValue: Any): Unit

Compare a given expectedValue to the value from the model bound under the given modelName.

Parameters

mav - ModelAndView to test against (never null)

modelName - name of the object to add to the model (never null)

expectedValue - the model value