1. RhinoMocks

    By:

    Rhino Mocks is using Castle Dynamic Proxy (http://www.castleproject.org/dynamicproxy/index.html) to handle proxying the types it needs to mock. The Dynamic Proxy project has been invaluable resource and made creating Rhino Mocks possible.

  2. Moq

    By:

    The simplest mocking library for .NET 3.5/4.0 and Silverlight with deep C# 3.0 integration.

  3. NUnit.Mocks

    By:

    NUnit.Mocks was originally developed for internal use in NUnit's own tests, although we no longer use it for that purpose. In addition, it has been useful as a teaching tool, allowing users to gain familiarity with mocking techniques before moving on to more serious frameworks. For production use, we recommend you install a full-featured mock obj... More information

  4. NSubstitute

    By:

    NSubstitute is a friendly substitute for .NET mocking frameworks. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.

  5. Machine.Fakes.RhinoMocks

    By:

    Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model... More information

  6. Fake it Easy! 1.11.0

    By:

    It's faking amazing! The easy mocking framework 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.

  7. AutoFixture with Auto Mocking using Rhino Mocks

    By:

    This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by Rhino Mocks. To use it, add the AutoRhinoMockCustomization to your Fixture instance. Read more at http://blog.ploeh.dk/2010/11/13/RhinoMocksbasedAutomockingWithAutoFixture.aspx

    3,053 downloads

  8. Machine.Fakes

    By:

    Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model... More information

  9. Moq.Contrib

    By:

    Contributed features and third-party integration for Moq.

  10. Machine.Fakes.Moq

    By:

    Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model... More information

  11. JustMock

    By:

    Unit testing simplified

  12. Ninject.MockingKernel.RhinoMocks 3.0.0.6

    By:

    Automock implementation for RhinoMocks using Ninject to create the objects under test.

  13. Machine.Fakes.NSubstitute

    By:

    Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model... More information

  14. Spextensions.RhinoMocks

    By:

    Extensions for the mocking framework RhinoMocks

  15. faker-csharp

    By:

    Library-level Fakes for your favorite POCO classes. WARNING: this is a pre-release build. Lots of work left to do.

  16. Windows Phone Mvp Mocks

    By:

    WindowsPhoneMvp Mock Objects for Unit testing makes unit testing easier by providing Mock implementations of framework types and services. Normally a package like this is not necessary, however limitations in the Windows Phone runtime mean traditional Proxy-based mocking libraries will not work.

  17. Machine.Fakes.FakeItEasy

    By:

    Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by providing a little wrapper API and a provider model... More information

  18. structuremap.automocking

    By:

    Test utility to instantiate a class by creating mocks for each of its dependencies

    21,094 downloads

  19. MvcMocks

    By:

    Mock objects for ASP.NET MVC classes

  20. FSharp.Testing

    By:

    Some extensions which help to make F# code testable from C# test projects.