Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofixture

Let AutoFixture create DateTime in UTC?

autofixture

How to fix a range on some properties when create a TestClass by AutoFixture

unit-testing autofixture

AutoFixture, create a list of email addresses

AutoFixture IEnumerable<T> behavior with CreateMany()

c# autofixture

need to create convention for ApiControllers

c# autofixture

Autofixture test for invalid constructor parameter

autofixture

How can I emit a .NET type with two properties that are overloaded only on return type?

.net moq autofixture

Can Autofixture.Create<int> return a negative value?

c# .net autofixture

Repetitive code in unit-tests

Controlling the depth of generation of an object tree with Autofixture

c# autofixture

How do I use Autofixture (v3) with ICustomization, ISpecimenBuilder to deal with constructor parameter?

unit-testing autofixture

AutoFixture/AutoMoq ignores injected instance/frozen mock

Omitting a specific field with CreateMany from AutoFixture

c# unit-testing autofixture

AutoFixture as an Automocking container vs Automocking differences?

Applying DRY to Autofixture "Build" statements

c# autofixture

AutoFixture and private properties

c# autofixture

Autofixture and Moq v4

Are integer numbers generated with AutoFixture 3 unique?

c# autofixture

Ignore virtual properties

c# autofixture

Creating recursive tree with AutoFixture

c# unit-testing autofixture