open static fun assertCompareListModelAttribute(mav: ModelAndView, modelName: String, expectedList: MutableList<Any?>): Unit
Compare each individual entry in a list, without first sorting the lists.
mav - ModelAndView to test against (never null)
modelName - name of the object to add to the model (never null)