Found 604 packages
Moq is the most popular and friendly mocking framework for .NET.
NSubstitute is a friendly substitute for .NET mocking libraries. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.
It's faking amazing! The easy mocking library for .NET that works great in C# and VB.NET alike. No need to know the difference between a stub, a mock or a spy, everything's a fake! The easy to use, refactoring friendly API makes faking a breeze.
Automock implementation using Ninject to create the objects under test.
Unit testing framework for Sitecore.
Automock implementation for Moq using Ninject to create the objects under test.
Rhino Mocks is using Castle Dynamic Proxy (http://www.castleproject.org/dynamicproxy/index.html) to handle proxying the types it needs to mock. The Dynamic Proxy project has been invaluable resource and made creating Rhino Mocks possible.
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by Moq. To use it, add the AutoMoqCustomization to your Fixture instance. Read more at http://blog.ploeh.dk/2010/08/19/AutoFixtureAsAnAutomockingContainer.aspx
A set of extension methods for mocking HttpClient and IHttpClientFactory with Moq.
Library that provides methods that will help you with mocking Entity Framework Core. Easily mock DbSet and DbContext for unit testing with Moq.
The most powerful free mocking library available for .NET developers.
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by NSubstitute. To use it, add the AutoNSubstituteCustomization to your Fixture instance.
Easy to use framework for creating mock objects, fakes, stubs with an intuitive and fluent API
Automock implementation for NSubstitute using Ninject to create the objects under test.
XML-based Mocking adapter for the Simple.Data data access library.
HttpContextMoq is an implementation of AspNetCore.Http.HttpContext that stores a Mock instance and works as a proxy for the real Mock.
Automock implementation for RhinoMocks using Ninject to create the objects under test.
Roslyn analyzer that helps to write unit tests using Moq mocking library by highlighting typical errors and suggesting quick fixes. Port of Resharper extension to Roslyn. Find the full list of detected issues at project GitHub page.
It's what a Mocking Framework should be. Powerful. And it's the first of its kind.
An auto-mocking container that generates mocks using Moq