I am trying to write a simple test case in which I am trying to make a PagedList (com.microsoft.azure.PagedList) return a mock object.
But I am unable to understand the underlying implementation to be able to do so. If anyone has any example or have done this would be really grateful.
This is the type of PagedList I was using to return a mock object of type VirtualMachineSize
PagedList<VirtualMachineSize>