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

assertCompareListModelAttribute

open static fun assertCompareListModelAttribute(mav: ModelAndView, modelName: String, expectedList: MutableList<Any?>): Unit

Compare each individual entry in a list, without first sorting the lists.

Parameters

mav - ModelAndView to test against (never null)

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

expectedList - the expected list