hi,
Is there a way to use this to check how many times a dbContext asks the database for data?
In my integration tests I want to assert that the data access method only asks for data once or twice.
I was hoping for a non generic version of the onLoad method?