Tuesday, February 08, 2011

Moq

Moq (pronounced "Mock") is the mocking library for .NET developed from scratch to take full advantage of .NET 3.5 (i.e. Linq expression trees) and C# 3.0 features (i.e. lambda expressions) that make it the most productive, type-safe and refactoring-friendly mocking library available. And it supports mocking interfaces as well as classes.

Codeproject C#: Mock a database repository using Moq

No comments: