Top 20 NuGet mock Packages

Common framework containing utilities and extension methods for fast development.
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...
Extension library for Moq.
Serilog.Sinks.ListOfString logs to a list of string so you can test your logging : ``` var log= new List<String>(); var testLogger= new LoggerConfiguration().WriteTo.StringList(log).CreateLogger(); ...tests... log.ShouldContain( x=>x.Matches("kilroy was here") ); ``` This is for Serilog. For Mic...
A mocking framework to mock HttpClient requests.
Smocks is a library for mocking the normally unmockable. It can mock static and non-virtual methods and properties, amongst others.
Fake implementation of HttpContextBase for terse and expressive tests without the tedious setup of a mocking framework
Mock Require (mock-require) binding library for Bridge.NET projects.
A library extending Magneto with implementations of ICacheStore backed by implementations from Microsoft.Extensions.Caching.
A data access library for .NET combining the mediator pattern and the query object pattern, with caching, async and easy mocking of queries and commands.
Simple http proxy to use in front of real services. Use it for tracing blackboxes and for mocking responses.
Mocklis is a library and source code generator for .net, targeted at generating test doubles from interfaces. This package contains an ILogContext which writes to a Serilog ILogger.
Mocklis is a library and source code generator for .net, targeted at generating test doubles from interfaces. This package contains experimental code that might some day make it to the Mocklis or Mocklis.Core packages.
Mocklis is a library and source code generator for .net, targeted at generating test doubles from interfaces. This package contains tools for writing tests using the generated code.
Net Standard Logger
ExcelDna.Registration.Abstractions is a library that abstracts ExcelDna.Registration classes such as `ExcelRegistration`, `ExcelFunctionRegistration`, and others so you can easily mock them and write unit tests against your Excel add-ins built with Excel-DNA.
ExcelDna.IntelliSense.Abstractions is a library that abstracts ExcelDna.IntelliSense classes such as `IntelliSenseServer`, so you can easily mock them and write unit tests against your Excel add-ins built with Excel-DNA.
This package contains all necessary components for developing real-time digital twin models and testing them in a mock environment.
A minimalistic .NET library for testing with mocks.