156 Views
Moq provides similar capabilities when mocking properties of classes or interfaces as when mocking methods. Although the same verification and expectation set up methods can be used in some circumstances, there are additional options for properties.
There are another few mentions of Moq in my Unit Testing tutorial and I have some more planned too.
I would never advise someone only use automatic mocks (or manual ones). In some situations frameworks add complexity and obscure the meaning of your code.