Test driven .Net development with Moq 3.0
The Moq developers have released version 3.0 of their mocking library for .Net 3.5 and Silverlight. The library is characterised as a simple, straightforward, light-weight, developer oriented tool for coders who wish to use mock objects with or without test driven development. Mock objects allow a developer to create code which can pretend to be as yet unwritten components, while testing and developing other parts of an application.
Moq is available as BSD licensed source code, and as a single .dll for use at run time. It is also able to be integrated with Pex, Microsoft Research's automated white box testing system for .Net.
(djwm)