Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofixture

Generating a long string in AutoFixture

c# autofixture

AutoFixture with AutoMoq and concrete object injection

c# autofixture moq-3 automoq

AutoFixture.Xunit's [Frozen] not working

Using AutoFixture with Moq?

c# moq autofixture automoq

AutoFixture in F# UnitTest Project Not Displaying Unit Tests in Test Explorer

How to keep Unit tests DRY and reducing Asserts

c# tdd nunit moq autofixture

How to exclude certain enumerations from all enumeration types

c# autofixture

Setting one property based on another in AutoFixture

c# autofixture

Injecting Mocks on large dependency object graph

Generate anonymous number for string property with AutoFixture

c# unit-testing autofixture

How do I test a class that takes a factory?

c# moq autofixture

AutoFixture creating a property with regex rule

c# regex autofixture

How do I use the RandomRangedNumberCustomization in Autofixture to ensure parameters are in a certain range?

c# unit-testing autofixture

AutoMock setup with AutoFixture Data Theories

Using AutoFixture to set properties on a collection as data for an Xunit theory

AutoFixture: Supply a Func as a constructor argument

c# autofixture

How do I customize AutoFixture behaviours for specific classes

unit-testing autofixture

Force AutoFixture to use the greediest constructor

c# autofixture