Articles

One of the tenets of Unit Testing is that in order to test a piece of code we often need to create some alternate implementation of one or more of the Interfaces involved in a test.  This concept is generally called a Test Double.  However there are many types of Test Double, and there is some degree of confusion about the types of doubles used.

Oct 18 2014

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Tags