Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofixture

AutoFixture Likeness - compare only matching properties

c# unit-testing autofixture

How do I apply AutoFixture customizations to anything inheriting from a base class?

c# unit-testing autofixture

AutoFixture CompositeDataAttribute does not work with PropertyDataAttribute

c# xunit.net autofixture

How to tell Autofixture to create objects with different ID?

c# unit-testing autofixture

Create a fixture for recursive data structure with AutoFixture

How to simplify Unit Testing DDD Value objects Equality with AutoFixture

Does AutoFixture have a mechanism to check that methods that return any kind of list never return null?

c# unit-testing autofixture

Always Freeze mocks using AutoFixture, XUnit, and Moq

What are the principles behind AutoFixture's declarative way of setting up a fixture?

c# autofixture

How to combine PropertyData and AutoNSubstituteData attributes in xunit/autofixture?

Bogus, AutoFixture, others(?): How to fill a nested model with fake data and set rules for specific properties?

XUnit and AutoFixture Exception No Data found for (test name)

Sharing AutoFixture across tests

c# autofixture

AutoData Theories with AutoFixture using manual fakes

AutoFixture for number ranges

c# autofixture

Is is possible to have ITestOutputHelper created by xUnit to be available in AutoFixture context?

c# xunit.net autofixture

AutoFixture Customize vs Build

c# autofixture

The purpose of creating anonymous types in AutoFixture for class under tests?

Use value of a parent property when creating a complex child in AutoFixture

c# autofixture

Can I re-generate random values in AutoFixture using a seed?

c# unit-testing autofixture