Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofixture

AutoFixture + NSubstitute throws NotASubstituteException for injected auto mock

autofixture nsubstitute

Is there a way of creating an instance of a type with test data?

c# autofixture nbuilder

Hierarchical object and AutoFixture

Fixture Constraints on property autogeneration

c# .net autofixture

AutoFixture with "weak" types

xunit autofixture

Using autofixture in my data integration tests to create proxies

AutoFixture AutoMoq not creating mocks for some properties

How to use AutoFixture to generate specific values when the Builder is given an abstract class

c# .net autofixture

Cannot find Autofixture circular reference

c# autofixture

Customization for creating implementations of a base type

c# autofixture

AutoFixture and fluent Moq syntax

Autofixture generate custom list

refactoring autofixture

How to combine a Convention-based Customization with AutoFixture's [AutoData] attribute?

c# unit-testing autofixture

Mocking a dependency with AutoFixture

Detecting 'dead' tests and hardcoded data vs constrained non-determinism

c# tdd autofixture

How to add a specific implementation of a Mock created with Autofixture?

c# tdd xunit autofixture

How can I use AutoFixture to create an object but not fill out any properties

unit-testing autofixture

Populating a Collection Property of a fixture with autofixture

autofixture

Autofixture Fixture.Build().With() On Same Property Name

c# unit-testing autofixture

How to use AutoData in unit tests to supply N objects of a type in test arguments?