346 packages tagged with “mocking”
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.
Unit testing framework for Sitecore.
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.
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.
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.
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.
HttpContextMoq is an implementation of AspNetCore.Http.HttpContext that stores a Mock instance and works as a proxy for the real Mock.
Utilities to streamline unit testing in Dynamics CRM 365 by faking the IOrganizationService against an In-Memory context which runs blazing fast.
Pester is testing framework for PowerShell, written in PowerShell.
The most powerful free mocking library available for .NET developers.
It's what a Mocking Framework should be. Powerful. And it's the first of its kind.
Contributed features and third-party integration for Moq.
Autofac extension supporting generation of FakeItEasy objects.
Replace any .NET method (including static and non-virtual) with a delegate
Fody add-in for changing all members to virtual.
NMock3 is a Mocking framework that uses lambda syntax to setup expectations and test interactions between classes and interfaces.
Extension methods for setupping mock values of Microsoft.Extensions.Configuration.IConfiguration.
Contains Moq argument matchers using FluentAssertions
Utilities to streamline unit testing in Dynamics CRM 2011 by faking the IOrganizationService against an In-Memory context which runs blazingly fast.
Foq is a lightweight thread-safe mocking library for F#, C#, and VB with a similar API to Moq.
This package contains helpers to aid in developing and testing of plugins as well as pipeline simulation features.
TestStack.Dossier provides you with the code infrastructure to easily and quickly generate test fixture data for your automated tests in a terse, readable and maintainable way using the Test Data Builder, anonymous value and equivalence class patterns. Formerly called NTestDataBuilder.
FakeXrmEasy is the open source test automation framework for .net core and the Power Platform. This is the core package containing a configurable middleware, crud operators, and query translation between FetchXml, QueryExpression, CRM LINQ, and QueryByAttribute.
FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an abstractions package containing only interfaces.