Simple.Mocking
If you are looking for an alternative to the usual .NET mocking framworks (NMock, RhinoMocks, EasyMock.Net, Moq) you should take a look on
Simple.Mocking:
- Can mock/fake any interface or delegate
- Refactor friendly syntax, no "magic string" (except for event add/remove)
- No record/replay which just clutters down test code
- Easy to learn, small API (Getting started with Simple.Mocking)
Now available through NuGet: http://www.nuget.org/List/Packages/Simple.Mocking