↧
Unit Testing ADXStudio CrmMetal Data Context
One thing I’ve been doing a lot of work with recently is ADX Studio CRM Metal for Microsoft Dynamics CRM. If you don’t know already, CRM Metal builds a linq-to-crm type data context model for you,...
View ArticleUnit Testing: Mocking Base Class Methods With Moq
Yesterday I had to give someone a hand with a bit of unit testing where we had a fairly complex base class where we really wanted to mock out some of the base class methods. I used a solution which I...
View ArticleReSharper Live Templates for Unit Test Classes
I tend to adopt a very similar pattern when writing most of my test classes – mostly because it enables me to write quick helper classes and ReSharper templates for repetitive tasks. ReSharper live...
View Article