As the topic title states, can I used AAA and determine the number of times a method was called/ a property was accessed?
I'm going to have a mocked property on the class I'm testing, and I want to ensure that it's accessed twice.
If not what's the best way, Reflective Mocks? And how would I go about it?