Search code examples
How to create fixture for sealed class with no public constructor?...

unit-testingmockingmoqxunitautofixture

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

c#arraysunit-testingautofixture

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

c#.netautofixture

Read More
Writing better fixtures for unit tests in .Net Core...

c#unit-testingmoqxunitautofixture

Read More
Moq + Autofixture: Using Setup for a dependant property clears the entire mock object...

c#unit-testingmoqautofixtureautomoq

Read More
Autofixture and read only properties...

c#autofixturereadonly-attribute

Read More
AutoFixture - Creation of "Valid" and "Invalid" instances and [AutoData]...

c#testingautofixturenunit-3.0

Read More
How to customize AutoFixture for a default creation of a complex object?...

c#autofixture

Read More
How to dictate the order of Autofixture when mapping Interface to a concrete class?...

c#autofixture

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

unit-testingautofixture

Read More
AutoFixture and Custom DataAnnotations...

autofixture

Read More
How could I override AutoFixture AutoMoqCustomization...

c#.netautofixture

Read More
.NET core write better unit tests with Xunit + Autofixture + Moq...

unit-testing.net-coremoqxunitautofixture

Read More
How to create Mock classes in AutoDataAttribute subclasses?...

xunit.netautofixture

Read More
Using AutoFixture with Moq?...

c#moqautofixtureautomoq

Read More
AutoFixture Create An Instance from An Interface Issue...

c#unit-testingasp.net-coremockingautofixture

Read More
How to create a Generic Model without Id for AutoFixture?...

c#autofixture

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

c#.netautofixture

Read More
Using Verify to confirm expected parameter values in Moq mock class...

nunitmoqautofixture

Read More
Automatically return fixture values from mocked generic functions?...

c#moqautofixtureautomoq

Read More
C# unit testing mocking service ignoring return...

c#moqautofixture

Read More
Creating a domain model without circular references in Entity Framework...

entity-frameworkautofixture

Read More
How to create new instances of objects with custom SpecimenBuilder with AutoFixture...

c#.netunit-testingxunitautofixture

Read More
Can AutoFixture create a list of objects for each possible enum that is a property of that class?...

xunitautofixture

Read More
Customising constructor inputs to an abstract class in AutoFixture...

c#.net-coreabstract-classmstestautofixture

Read More
AutoFixture AutoMoq - SetReturnsDefault() does not work with fixture created mocks...

mockingmoqautofixtureautomoq

Read More
Example of how to use AutoFixture with NSubstitute...

c#.netautofixturensubstitute

Read More
AutoFixture can't create immutable object...

c#.net.net-coreautofixture

Read More
How do I get AutoFixture AutoMoq to return results from injected services in an instantiated object?...

c#moqautofixture

Read More
NRE in a unit test when await a mocked method...

c#unit-testing.net-coremoqautofixture

Read More
BackNext