It's faking amazing! The easy mocking library for .NET that works great in C# and VB.NET alike. No need to know the difference between a stub, a mock or a spy, everything's a fake! The easy to use, refactoring friendly API makes faking a breeze.
Prig(PRototyping jIG) is a framework that generates a Test Double like Microsoft Fakes/Typemock Isolator/Telerik JustMock based on Unmanaged Profiler APIs. This framework enables that any methods are replaced with mocks. For example, a static property, a private method, a non-virtual member and so...
More information
DynMock is a mocking framework supports dynamic classes. Also, DynMock's current comparative tests shows that it can run mock significantly faster than FakeItEasy, Moq, and NSubstitute. Note that the current DynMock comparative tests for Moq and NSubstitute are not covering most of their...
More information
AllOverIt.Fixture provides a base fixture class with numerous helper methods to assist with creating unit test scaffolding. Utilizes AutoFixture to do most of the hard work.