Unit Testing and Tools

I recently gave a talk to the South Shore .NET Users Group.

Unit Testing is now considered a required skill for developers. There are a ton of tools out there. However, there’s nothing that shows you how to tie them all together to make your software fast, testable, and flexible. This talk will go over my toolset:

• MSTest

• Moq – Mocking framework

• NCover – for coverage

• MSBuild – for automation

• Dotcover – coverage from VS

• Unity – for dependency injection

This talk will have a lot of code… a lot.