Mockity mock moq

Getting a rare chance to do some serious refactoring and have committed to doing it “right” with TDD. To that end I’ve been introduced to my new friend Moq [1]—a lazy-evaluating object mocking framework. Abstract your objects to interfaces and then create a new Mock object with the interface as its type… and Bob’s your…