Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Specifying [readonly] property values [via ctor args] when instantiating [immutable] objects with AutoFixture

XUnit, AutoFixture and Moq best practice

AutoFixture fails to CreateAnonymous MVC Controller

How can I add common postprocessing applied after customization

c# autofixture

How can I make AutoMoqCustomization use Strict MockBehavior?

moq autofixture automoq

Creating a struct with autofixture throws no public constructor error

c# unit-testing autofixture

AutoFixture: Configuring an Open Generics Specimen Builder

AutoFixture refactoring

c# unit-testing autofixture

Does this test make proper use of AutoFixture and Moq?

mocking moq autofixture