Top 20 NuGet mocking Packages

Contains Moq argument matchers using FluentAssertions
Just like System.Web.Abstractions, but for System.Management.Automation
[RHINOMOCKS] .NET C#: Arrange Context is a simple Tool to automatically initialize your system-under-test with mocked instances.
[NSUBSTITUTE] .NET C#: Arrange Context is a simple Tool to automatically initialize your system-under-test with mocked instances.
[MOQ] .NET C#: Arrange Context is a simple Tool to automatically initialize your system-under-test with mocked instances.
[FAKEITEASY] .NET C#: Arrange Context is a simple Tool to automatically initialize your system-under-test with mocked instances.
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 ...
DimMock allows you to quickly mock data for objects that you are testing.
Mocking framework for Windows Phone and Windows Store apps
Easy to use framework for creating mock objects, fakes, stubs with an intuitive and fluent API
Dynamic mocking framework for .Net. Usage: https://github.com/amirrajan/Sleight/blob/master/Sleight.Tests/describe_Mock.cs
A mocking library for PowerShell, including dyamic mocks, multiple context levels, call tracking. Part of the PSST PowerShell Suite for Testing.
MockJockey is a framework written in and for Csharp assemblies with the purpose of allowing engineers to unit test their code in a precise, concise, and quick manner. Using mock objects in unit tests, allows your unit tests to be focused by side-stepping any irrelevancies of the test. Commonly thoug...
This is a custom version, tailored for Testeroids which includes pending pull-requests on moq's official repository. Moq : The simplest mocking library for .NET 3.5/4.0 and Silverlight with deep C# 3.0 integration.
Simple verification Moq-like library for Microsoft Fakes.
The UnitOfWork package provides a lightweight starter kit for using the UOW, and Repository patterns with Entity Framework. It has been implemented in an easily testable way, so that you can mock data access to make testing easier.
Provides a starter kit for unit testing UOW/Repositories with EF. Compliments the UnitOfWork package.
FakeModel offers you a Fluent interface for rapid creation of test data, automatically assigning values to properties (public, private and readonly) of an in-built .Net data type. Whilst building your model, you can assign the important values yourself and forget about the rest – or even declare tha...
Adds mocking capabilities to the LightInject service container.
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 o...