News

Take advantage of the Moq open source library to isolate application code from dependencies for testing.
Using Moq allows me to arbitrarily set or omit the properties and methods so that I only have to write the code I need for a test. As long as I'm not testing the Customer object itself then using a ...