Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofixture

Specifying [readonly] property values [via ctor args] when instantiating [immutable] objects with AutoFixture

XUnit, AutoFixture and Moq best practice

AutoFixture fails to CreateAnonymous MVC Controller

How can I add common postprocessing applied after customization

c# autofixture

How can I make AutoMoqCustomization use Strict MockBehavior?

moq autofixture automoq

Creating a struct with autofixture throws no public constructor error

c# unit-testing autofixture

AutoFixture: Configuring an Open Generics Specimen Builder

AutoFixture refactoring

c# unit-testing autofixture

Does this test make proper use of AutoFixture and Moq?

mocking moq 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