Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

C# How to simplify unit testing string parameters using AutoFixture

c# unit-testing autofixture

How can I Freeze a null instance in AutoFixture

autofixture

Freeze enum value in AutoFixture

c# .net autofixture

Why does Autofixture w/ AutoMoqCustomization stop complaining about lack of parameterless constructor when class is sealed?

Customizations vs Residue collectors

c# unit-testing autofixture

Defining/managing >1 constructor parameters of the same type with independent values when using AutoFixture as a SutFactory

c# tdd autofixture

What does CreateMany with seed do?

c# unit-testing autofixture