Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

How to generate a stub object of an arbitrary Type not known at compile time using AutoFixture

c# unit-testing autofixture

Create concrete type for abstract property depending on context

c# unit-testing autofixture

AutoFixture's AutoData attribute with Xunit throws System.InvalidOperationException

How do I assign a property on only a subrange of items in a list?

Autofixture + NSubstitute: Freezing a mock?

Assembly version conflicts for AutoFixture and Moq with NUnit on TeamCity 7

Why doesn't simple test pass using AutoFixture Freeze, SemanticComparison Likeness and CreateProxy?

AutoConfiguredMoqCustomization and unsettable properties

moq autofixture

Why is AutoFixture Customization causing inherited properties to not be filled?

unit-testing autofixture

Create an EF entity stub with AutoFixture

Can Autofixture create an anonymous type?

c# unit-testing autofixture

Invoke Dispose method on AutoFixture customization

AutoFixture Likeness - compare only matching properties

c# unit-testing autofixture

How do I apply AutoFixture customizations to anything inheriting from a base class?

c# unit-testing autofixture

AutoFixture CompositeDataAttribute does not work with PropertyDataAttribute

c# xunit.net autofixture