Top 20 NuGet automock Packages
Automock implementation using Ninject to create the objects under test.
Accelerates preparation of mocked structures for unit tests under xUnit2 by configuring AutoFixture data generation to use Moq. Gracefully handles recursive structures by omitting recursions.
Automock implementation for Moq using Ninject to create the objects under test.
Accelerates preparation of mocked structures for unit tests under xUnit2 by configuring AutoFixture data generation to use NSubstitute. Gracefully handles recursive structures by omitting recursions.
Accelerates preparation of mocked structures for unit tests under xUnit2 by configuring AutoFixture data generation to use FakeItEasy. Gracefully handles recursive structures by omitting recursions.
Automock implementation for NSubstitute using Ninject to create the objects under test.
Automock implementation for RhinoMocks using Ninject to create the objects under test.
Automock implementation for FakeItEasy using Ninject to create the objects under test.
AutoMocker for use with NSubstitute
Speed up your unit test writing by using this helper that leverages AutoMocker to automatically mock dependencies.
When writing unit tests for any code that uses dependency injection, and when using a mocking framework, we need to declare and inject any dependency we have. This is repetitive and boring code to write, especially on classes with many dependencies. AutoMock solves this by creating mocks/stubs on th...
Mock Ioc Helpers. It helps instiantiation of classes through IOC and automock. Based on Moq and DryIOC.
Provides
MockUnitTestFixture
WriterUnitTestFixture
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.
Automock implementation using Ninject to create the objects under test.
Automock implementation for NSubstitute using Ninject to create the objects under test.
Simple full-featured automocking framework

FixtureBase cuts the cost of unit testing. Intelligent, rule-driven, autofaking fixtures get you straight to your test with all your dependencies setup and ready to go.
Don't spend hours writing code to mock a dozen dependencies, and more hours debugging it. Just write your test code, and let FixtureBase create the dependencies for you.
FixtureBase constructs your UnitUnderTest to test your codebase end-to-end, with external dependencies auto-faked and automatical...
Common infrastructure for tests
An automocker for FakeItEasy. Can mock concerete dependencies as well as interfaces.
A really simple little autofaker for FakeItEasy.