Top 20 NuGet mocking Packages

Extensions for the mocking framework RhinoMocks
Adds mocking capabilities to the LightInject service container.
The Moq.FSharp.Extensions provide extension methods and functions to enhance the Moq experience in F#.
An automocker for FakeItEasy. Can mock concerete dependencies as well as interfaces.
FsMocks, a mocking library for F#
A library for intercepting all method calls at runtime in nearly any .NET application.
Interface for Kuando Busylight SDK controller to allow unit testing.
Wraps common mocking patterns in descriptive methods. This makes it easy to write tests that read like functional specifications of the application.
Help features for test driving EPiServer CMS and Commerce
Inter application test enabler library
Container that creates mocks for all the dependencies of a class.
Automatic test subject mocking using Moq.
Unlocks types and methods loaded into a managed process for dynamic overriding (mocking)
This package provides the core functionality for project Imposter. Project Imposter provides simple over the wire test doubles. Project Imposter allows to stub or mock a REST resource.
A mockable wrapper for System.Net.Http.HttpClient.
C# client for use with SecByte MockApi server
An opinionated helper adding syntaxic sugar around Moq library
Shimmy is an easy-to-use mocking framework based on Pose. Like Pose, Shimmy helps you test your code by replacing calls to methods (including static, non-virtual and even private methods) with delegates (shims). However, with Shimmy, you don't have to write these delegates yourself. Instead, simply...