Ola the 'flow!
I have been using Moq recently in my development process and I like what I am able to achieve.
However, I find myself making my methods (and properties for the mostpart) virtual so that I can replace them with a mock in my tests.
Other than "you are making all your methods and properties overrideable", what real world ramifications are there to this course of action?
Thanks for your time,
Dan