261 packages tagged with “moq”
Moq is the most popular and friendly mocking framework for .NET.
Autofac extension for automocking and creation of mock objects in Moq.
Moq extensions for Dapper methods.
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.
Enables the Moq's Verify API over the *ILogger* extensions (LogInformation, LogError, etc).
Automock implementation for Moq using Ninject to create the objects under test.
Auto-mocking container
Adds relational support to the Microsoft EntityFrameworkCore in-memory database provider by mocking relational operations. EntityFrameworkCore.Testing v1.x = EntityFrameworkCore 2 (2.1.0+) EntityFrameworkCore.Testing v2.x = EntityFrameworkCore 3 EntityFrameworkCore.Testing v3.x = EntityFrameworkCore 5 EntityFrameworkCore.Testing v4.x = EntityFrameworkCore 6 EntityFrameworkCore.Testing v5.x = EntityFrameworkCore 7 EntityFrameworkCore.Testing v8.x = EntityFrameworkCore 8 EntityFrameworkCore.Testing v9.x = EntityFrameworkCore 9 EntityFrameworkCore.Testing v10.x = EntityFrameworkCore 10
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.
Testing helpers for using Moq with EntityFramework.
Roslyn Diagnostic Analyzers for Unit Testing with Moq
Supports checking that Moq setups are executed in sequence.
HttpContextMoq is an implementation of AspNetCore.Http.HttpContext that stores a Mock instance and works as a proxy for the real Mock.
A mocking library that creates Microsoft.Extensions.Caching.Memory IMemoryCache system mocks using Moq.
Contributed features and third-party integration for Moq.
Accelerates preparation of mocked structures for unit tests under xUnit2 by configuring AutoFixture data generation to use Moq. Gracefully handles recursive structures by omitting recursions.
Extension methods for setupping mock values of Microsoft.Extensions.Configuration.IConfiguration.
A mocking library that creates LazyCache IAppCache system mocks using Moq.
Adds Verify (https://github.com/VerifyTests/Verify) support for verifying Moq (https://github.com/moq/moq4) types
Contains Moq argument matchers using FluentAssertions
Extension for Moq that allow to easily mock async methods
Foq is a lightweight thread-safe mocking library for F#, C#, and VB with a similar API to Moq.
Automocking container using Microsoft Unity and Moq.
Library to mocking gRPC client. Instead of Grpc.Core.Testing using extensions for Moq
Extending AutoFixture.AutoMoq to automatically Setup all calls on a mocked interface or abstract class.
Smocks is a library for mocking the normally unmockable. It can mock static and non-virtual methods and properties, amongst others.
Package Description
Extensions for verifying logging operations with Moq.