Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofixture

Problems Running AutoFixture xUnit Theory After Upgrading Project to NuGet 3.0

How to set the return value of multiple generic functions with FakeItEasy?

AutoFixture/AutoMoq + NUnit AutoData Frozen Object not Returned By AutoMoq Interface Method

nunit autofixture automoq

Random enum generation

c# autofixture

I am facing exception "AutoFixture.ObjectCreationExceptionWithPath" With AutoFixture in EF Core Code First Approach

c# xunit autofixture

Create predicate expression with AutoFixture

c# .net predicate autofixture

Why doesn't Autofixture Likeness behave like I'd expect for one of these two tests?

AutoFixture build collection with unique property

c# .net autofixture

Autofixture: How to create instance of type without using generic method

autofixture

Frozen mock's property is getting overwritten

AutoFixture Build-Freeze-Create sequence

Creating autogenerated integers not working

c# autofixture

How to set up an existing mock using lambda syntax in Moq?

creating controller in a test using AutoNSubstituteData xUnit and AutoFixture

InlineAutoData Data For Specific Parameter Argument

Autofixture: How to express the following code declaratively?

c# xunit autofixture

Can Autofixture enumerate all objects given a list of possible values for each property

c# tdd autofixture

Does AutoFixture support `DateOnly` for .NET6?