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.
mav - ModelAndView to test against (never null)
modelName - name of the object to add to the model (never null)