Top 20 NuGet mocks Packages

Machine.Fakes attempts to simplify the usage of such frameworks on top of Machine.Specifications by helping to reduce a lot of the typical fake framwork related clutter code in specifications. If you choose so, Machine.Fakes even helps you to stay mostly independent of a concrete fake framework by p...
Contributed features and third-party integration for Moq.
Unit testing framework for Sitecore.
Tools to help write tests for Microdot services.
Tools to help write tests for Microdot services. The project contains logic for Orleans host testers.
It's what a Mocking Framework should be. Powerful. And it's the first of its kind.
A self hosting HTTP server for testing.
Unit testing framework for Sitecore.
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...
A test library to help in writing unit and integration tests for Visual Studio extensions. Xunit test projects should consume via the Microsoft.VisualStudio.Sdk.TestFramework.Xunit package.
Service Fabric helpers for setting up testing for mocked service fabric applications and services in Fabricators Guild solutions. Provides Mocks for common Service Fabric classes allowing for unit and integration testing of Actors and Services
Tools to help write tests for Microdot services. The project contains logic for both Orleans and Non-Orleans host testers.
A unit testing framework, built on Moq, for Microsoft Dynamics 365 CE
Library-level Fakes for your favorite POCO classes.
A configurable template-based HTTP service stub host/generator.
A library for creating Self-Initializing Fakes.
Auto-mocked Unit Testing with Local Functions 🐯 Use the traditional Unit Testing Frameworks to write TDD or BDD tests: ✔️ Arrange / Act / Assert ✔️ Given / When / Then ✔️ Context / Specification Use Moq to: ✔️ Mock / Fake / Stub
Auto-mocked Unit Testing with Local Functions 🐯 Use the traditional Unit Testing Frameworks to write TDD or BDD tests: ✔️ Arrange / Act / Assert ✔️ Given / When / Then ✔️ Context / Specification Use FakeItEasy to: ✔️ Mock / Fake / Stub
Extension methods for setupping mock values of Microsoft.Extensions.Configuration.IConfiguration.