A .NET package to create fake objects, mocks, stubs for testing.
The following description is taken from the FakeItEasy homepage:
A .Net dynamic fake framework for creating all types of fake objects, mocks, stubs etc.
- Easier semantics: all fake objects are just that — fakes. Usage determines whether they're mocks or stubs.
- Context-aware fluent interface guides the developer
- Easy to use and compatible with both C# and VB.Net.