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

  2. Virtuosity.Fody

    By:

    Fody add-in for changing all members to virtual.

  3. FakeN.Web

    By:

    Fake implementation of HttpContextBase for terse and expressive tests without the tedious setup of a mocking framework

  4. Ninject.MockingKernel.NSubstitute 3.0.0.5

    By:

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

  5. Simple.Mocking

    By:

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

  6. Deleporter w/ Client Config

    By:

    Deleporter - Simple Cross Process Stubbing. Facilitates stubbing out dependencies when running automated browser tests against ASP.Net. Use in conjunction with your favorite mocking/IOC frameworks. Deleporter will teleport mock objects (or any arbitrary delegates) into a remote ASP.Net application, allowing you to swapping out dependencies and redu... More information

  7. UniMock.Core

    By:

    UniMock is a auto-mocking tool that automatically mocks the entire universe and lets you concentrate on writing clean, fast, efficient tests with the minimum of overhead. It allows you to use your choice of mocking/stubbing tool and IoC container.

  8. MoqBot

    By:

    An Ninject-based automocker for Moq.

  9. UniMock.WithNSubstitute

    By:

    UniMock is a auto-mocking tool that automatically mocks the entire universe and lets you concentrate on writing clean, fast, efficient tests with the minimum of overhead. It allows you to use your choice of mocking/stubbing tool and IoC container.

  10. Moq.AutoMock

    By:

    An auto-mocking container that generates mocks using Moq

  11. Deleporter Core

    By:

    Deleporter Core (use Deleporter.Server/Deleporter.Client for easy setup) - Simple Cross Process Stubbing. Deleporter is a lightweight .NET library that teleports arbitrary delegates into an ASP.NET application in some other process (e.g. hosted in IIS) and runs them there. One use case is stubbing out dependencies when running automated browser te... More information

  12. UniMock.WithAutofac

    By:

    UniMock is a auto-mocking tool that automatically mocks the entire universe and lets you concentrate on writing clean, fast, efficient tests with the minimum of overhead. It allows you to use your choice of mocking/stubbing tool and IoC container.

  13. Managed Fusion Testing Framework

    By:

    Managed Fusion Testing Framework contains common mocking senarios that help setup tests

  14. UniMock.WithWindsor

    By:

    UniMock is a auto-mocking tool that automatically mocks the entire universe and lets you concentrate on writing clean, fast, efficient tests with the minimum of overhead. It allows you to use your choice of mocking/stubbing tool and IoC container.

  15. Deleporter w/ Server Config

    By:

    Deleporter - Simple Cross Process Stubbing. Facilitates stubbing out dependencies when running automated browser tests against ASP.Net. Use in conjunction with your favorite mocking/IOC frameworks. Deleporter will teleport mock objects (or any arbitrary delegates) into a remote ASP.Net application, allowing you to swapping out dependencies and redu... More information

  16. AutoWrockTestable

    By:

    Remove the ceremony from your test classes. Easily mock your dependencies using the testable pattern. AutoWrockTestable is an adaptation of Richard Cirerol's AutoMocking wrapper that uses StructureMap's AutoMocking assembly along with the popular MOQ mocking toolset to make it easy to test classes and automatically mock their dependencies.

  17. Nukito

    By:

    Auto mocking of test method parameters with xUnit and Moq. Similar to Jukito for Java, see http://code.google.com/p/jukito. Check out the project site for some usage examples.

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

  19. Deleporter Client SeleniumServer.jar

    By:

    Adds the current SeleniumServer.jar (27MB) to the project (requires Java to run - http://java.com). Pulls in Selenium.Support. Useful for headless browser testing where you don't want to be bothered with setting up Selenium Server. Note, if you already have a SeleniumServer.jar on your system, you can use the configuration available in Deleporter.C... More information

  20. DevMagicFake

    By:

    Retrieve and save any object from your domain model without writing any code, it stores and retrieves objects using the memory. it enables you to generate objects with data, so no need to create any faked or mock object to simulate repository anymore, it implements the concept of PI (Persistence Ignorance) of the DDD, you don't need to create DB or... More information