Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofixture

How to force AutoFixture to create ImmutableList

c# autofixture

AutoFixture - Likeness. Comparison of complex objects

c# testing compare autofixture

AutoFixture : pass an argument to specimen builder

autofixture

AutoFixture.AutoMoq: set value to read only property

moq autofixture automocking

How to mockup Entity Framework 6 With Moq & Autofixture

AutoFixture create property with internal setter

InlineAutoDataAttribute but for NUnit (for TestCase and TestCaseSource)

AutoFixture+Moq - Freezing a mocked class prevent from setup

Technique for using AutoFixture to integration test an application using Castle Windsor

How can I use custom ISpecimenBuilders with OmitOnRecursionBehavior?

autofixture

Select specific constructor with AutoFixture

c# autofixture

How can I modify the fixture my custom theory data attribute creates for AutoFixture?

xunit autofixture

AutoFixture and Custom DataAnnotations

autofixture

Can AutoFixture execute a delegate at object creation time?

c# autofixture

AutoFixture: mock methods don't return a frozen instance

moq autofixture

Preventing Autofixture from filling child collections

c# autofixture

Inject Both Interface and Implementation in AutoFixture

c# unit-testing autofixture

AutoFixture setup interface property inside class

c# .net autofixture

Mock HttpResponseMessage while unit testing API with Moq and AutoFixture

Creating a hybrid of a mock and an anonymous object using e.g. Moq and AutoFixture?