124 packages tagged with “AutoFixture”
AutoFixture NodaTime generators
An AutoFixture customization that allows AutoFixture to create specimens of the immutable collections found in the System.Collections.Immutable namespace.
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.
AutoFixture support for Ardalis.SmartEnum.
AutoFixture extensions for unit testing.
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.
Experiment.AutoFixture supports auto data using AutoFixture library in parameterized tests.
A library aimed to minimize the setup of Entity Framework Core unit-testing database providers in conjunction with AutoFixture.
Common tools for writing tests using XUnit, AutoFixture, NSubstitute and FluentAssertions.
An AutoFixture customization for lazy-loading entities using LazyEntityGraph.
An extension to AutoFixture to easily work with MockHttp.
Extending AutoFixture.AutoMoq to automatically Setup all calls on a mocked interface or abstract class.
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.
A library that integrates AutoFixture with AutoMapper.
Accelerates preparation of mocked structures for unit tests under xUnit2 by configuring AutoFixture data generation to use NSubstitute. Gracefully handles recursive structures by omitting recursions.
By leveraging some features of MSTest, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language).
This contains a very useful extension method for AutoFixture that allows you to OmitRecursion, (if a class has multiple nested objects, and/or self-reference, this simple extension method allows you to provent this from being an issue)
A Dummy Factory for types in OBeautifulCode.Type
A dummy factory for Excel types.
A Dummy Factory for types in OBeautifulCode.Representation.System
Overriding constructor parameters for AutoFixture
A generic implementation of the Builder Pattern for C#, for those who love syntactic sugar. Built on the top of AutoFixture.
A Dummy Factory for types in Naos.Protocol.Domain
A Dummy Factory for types in OBeautifulCode.Serialization.
Extensions for AutoFixture
AutoTest.ArgumentNullException is an automated unit testing component to ensure methods with nullable parameters correctly throw an ArgumentNullException when they are supplied null parameters.
Helpful extensions to AutoFixture to handle some F#-specific types.
Extending AutoFixture to automatically setup and optionally mock all calls on interfaces, abstract and concrete types.
Brings an AutoMockFeature which initializes AutoFixture with Moq.