78 packages tagged with “FakeItEasy”
Provides analyzer diagnostics to warn about incorrect usage of FakeItEasy in C#. Works in Visual Studio 2017 version 15.9 or later.
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.
Adds Verify (https://github.com/VerifyTests/Verify) support for verifying FakeItEasy (https://fakeiteasy.github.io/) types
Simple EntityFramework testing library for 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.
Provides extension methods for configuring methods that return ValueTask or ValueTask<T>.
Testing helpers for using FakeItEasy with EntityFramework.
Provides analyzer diagnostics to warn about incorrect usage of FakeItEasy in VB.NET. Works in Visual Studio 2017 version 15.9 or later.
A Dummy Factory for types in OBeautifulCode.Type
A very simple, yet flexible, "AutoFaker" for FakeItEasy to easily auto generate classes with faked dependencies.
Automock implementation for FakeItEasy using Ninject to create the objects under test.
An extension for FakeItEasy which allows for capturing arguments sent to a fake.
A chill container that uses autofac as a container and FakeItEasy for generating mocks.
A dummy factory for Excel types.
A Dummy Factory for types in OBeautifulCode.Representation.System
FakeItEasy auto mocking integration for Stashbox.
An AutoFakerBinder for interfaces and abstract objects using FakeItEasy
A Dummy Factory for types in Naos.Protocol.Domain
A Dummy Factory for types in OBeautifulCode.Serialization.
Brings an AutoMockFeature which initializes AutoFixture with FakeItEasy.
A Dummy Factory for types in AccountingTime.
A dummy factory for Logging types.
This library is to provide a way to make sure your Log methods have been called when unit testing.
Accelerates preparation of mocked structures for unit tests under xUnit2 by configuring AutoFixture data generation to use FakeItEasy. Gracefully handles recursive structures by omitting recursions.
A Dummy Factory for types in Naos.SqlServer.Domain
A Dummy Factory for types in Naos.Database.Domain
A Dummy Factory for types in OBeautifulCode.DataStructure