Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofixture

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

How to get distinct dates (yyyy-mm-dd) using AutoFixture

c# autofixture

NSubstitute - Please use specifications for all arguments of the same type. Issue on TeamCity

c# unit-testing autofixture

Why isn't AutoFixture working with the StringLength data annotation?

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