Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofixture

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

How to build nested property with autofixture

c# autofixture

How to configure AutoFixture to use an enum value as seed when creating many of a certain type?

c# .net autofixture

Autofixture - create a float, double or decimal with remainder

c# tdd autofixture

How to create a customization that omits the auto properties for a whole range of types?

c# .net autofixture

How to let Autofixture create an instance of a type that contains properties with an interface type?

c# autofixture test-data

AutoFixture Register type globally

c# autofixture

unit testing order of items in a list

autofixture