Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofixture

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?

How do I create a specimen builder in AutoFixture to always return a string that matches a Regex?

unit-testing autofixture

Constructor with more than one instance of same type

SQL Server integration test validating datetime created with AutoFixture

AutoFixture with derived types

autofixture

AutoFixture auto setup return type of Task<IEnumerable<>> customization

c# unit-testing autofixture

Is there an Autofixture attribute that can be used instead of fixture.Inject() in the code?

Can I customise a Fixture in an XUnit constructor for use with Theory and AutoData?

c# .net xunit autofixture xunit2

How to AutoFixture.CreateAnonymous<>() on class with internal ctor

c# unit-testing autofixture

Is it possible to create alternating bool values with AutoFixture CreateMany?

.net autofixture

Why doesn't tracing behavior appear to work when added to Autofixture Fixture.Behaviors in an AutoDataAttribute implementation?

autofixture