Found 105 packages
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.
Provides analyzer diagnostics to warn about incorrect usage of FakeItEasy in C#. Works in Visual Studio 2017 version 15.9 or later.
Core package for MockQueryable extensions for mocking operations such ToListAsync, FirstOrDefaultAsync etc. When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – that makes use of in-memory data.
Autofac extension supporting generation of FakeItEasy objects.
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by FakeItEasy. To use it, add the AutoFakeItEasyCustomization to your Fixture instance.
A C# library complementing the Bogus generator by adding auto creation and population capabilities. This package includes mocking options using FakeItEasy.
DO NOT INSTALL THIS PACKAGE. It's no longer maintained and does nothing. Use one of the language-specific analyzer packages instead: FakeItEasy.Analyzer.CSharp or FakeItEasy.Analyzer.VisualBasic.
Adds Verify (https://github.com/VerifyTests/Verify) support for verifying FakeItEasy (https://fakeiteasy.github.io/) types
Makes FakeItEasy Dummies useful by wiring-them-up to real-looking, random test data. Leverages the power of AutoFixture to create anonymous variables. Fixes some of AutoFixture's poor default behaviors. Makes unit tests more expressive with less lines of code.
Testing helpers for using FakeItEasy with EntityFramework.
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 providing a little wrapper API and a provider model for fake frameworks.
Simple EntityFramework testing library for FakeItEasy
Provides analyzer diagnostics to warn about incorrect usage of FakeItEasy in VB.NET. Works in Visual Studio 2017 version 15.9 or later.
Provides extension methods for configuring methods that return ValueTask or ValueTask<T>.
An extension for FakeItEasy which allows for capturing arguments sent to a fake.
Package Description
An AutoFakerBinder for interfaces and abstract objects using FakeItEasy
FakeIteasy.DotnetCore.LoggerExtensions provides a simple way to assert calls to a logger happened using two simple to use extension methods.
A very simple, yet flexible, "AutoFaker" for FakeItEasy to easily auto generate classes with faked dependencies.
FakeItEasy auto mocking integration for Stashbox.