Articles





In a previous article in this series of blog posts, I described the different Test Doubles that can be used when unit testing your application.

Oct 20 2014

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

One of the biggest challenges in writing Unit Tests - at least when you write them after you have created the actual code, rather than in a Test Driven Development style, is determining what should be tested.

Oct 17 2014



As part of this series on DNN Development Tips, I hope to “uncover” little know classes/methods - in the DNN Framework (and any of the 3rd party libraries that we use, such as Telerik or the .NET framework itself).

Jul 16 2014

Disclaimer

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

Tags