1. Moq

    By:

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

  2. 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.

  3. 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.

  4. Simple.Data.Mocking 0.18.3.1

    By:

    XML-based Mocking adapter for the Simple.Data data access library.

  5. 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.

  6. Ninject.MockingKernel 3.0.0.5

    By:

    Automock implementation using Ninject to create the objects under test.

  7. AutoFixture with Auto Mocking using Moq

    By:

    This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by Moq. To use it, add the AutoMoqCustomization to your Fixture instance. Read more at http://blog.ploeh.dk/2010/08/19/AutoFixtureAsAnAutomockingContainer.aspx

    19,642 downloads

  8. Ninject.MockingKernel.Moq 3.0.0.5

    By:

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

  9. Simple.Mocking

    By:

    Easy to use framework for creating mock objects, fakes, stubs with an intuitive and fluent API.

  10. Moq.Contrib

    By:

    Contributed features and third-party integration for Moq.

  11. JustMock

    By:

    Unit testing simplified

  12. NMock3

    By:

    NMock3 is a Mocking framework that uses lambda syntax to setup expectations and test interactions between classes and interfaces.

  13. Ninject.MockingKernel.RhinoMocks 3.0.0.6

    By:

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

  14. structuremap.automocking

    By:

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

    21,017 downloads

  15. 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

  16. Machine.Specifications.AutoMocking

    By:

    Machine.Specifications.AutoMocking attempts to reduce noise in Machine.Specifications (MSpec) tests when creating mock objects, dependencies and the subject under test.

  17. Pester

    By:

    Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of powershell code being tested. Pester tests can execute any command or script that is accesibl... More information

  18. Ninject.MockingKernel.NSubstitute 3.0.0.5

    By:

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

  19. AutoFixture with Auto Mocking using FakeItEasy

    By:

    This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by FakeItEasy. To use it, add the AutoFakeItEasyCustomization to your Fixture instance. Read more at http://autofixture.codeplex.com/

    2,113 downloads