Asserting number of renders

Hi all,

I wrote a controller that holds a list, and by clicking a “get more” button, renders 5 more items of that list. I want to create some tests for that, and I want to validate that it only renders 5 more items (instead of re-rendering the entire list). Is this even possible?

Thanks in advanced…