Search code examples
Mocking a DbConnection with NUnit/NSubstitute/AutoFixture and InsightDatabase...

c#nunitautofixturensubstitute

Read More
Chaining Customizations with Autofixture...

c#autofixture

Read More
How do I use AutoFixture Attributes to get FakeTimeProvider reference when my SUT depends on TimePro...

c#moqxunit.netautofixture

Read More
Select specific constructor with AutoFixture...

c#autofixture

Read More
How do you execute a teardown if an assert fails?...

unit-testingxunit.netautofixture

Read More
How to add postprocessing step to AutoFixture for an object of a particular type after all it's ...

c#.netautofixture

Read More
AutoFixture creating unwanted depth in complex objects...

c#entity-framework-6autofixture

Read More
Ignore virtual properties...

c#autofixture

Read More
C# How to simplify unit testing string parameters using AutoFixture...

c#unit-testingautofixture

Read More
Is there a better way to do these boiler plate tests in C#?...

c#unit-testingautofixture

Read More
AutoFixture: Unable to create an instance, probably no public constructor...

c#autofixture

Read More
AutoFixture and XUnit2 - Combining TheoryData and AutoData...

c#unit-testingtestingxunitautofixture

Read More
Random enum generation...

c#autofixture

Read More
AutoFixture is unable to create an instance of a class that has a property of type RestSharp.RestRes...

c#unit-testingmoqxunitautofixture

Read More
AutoFixture for number ranges...

c#autofixture

Read More
Can Autofixture customizations (via NUnit3 attributes) be composed and if so - how?...

autofixturenunit-3.0

Read More
InlineAutoDataAttribute but for NUnit (for TestCase and TestCaseSource)...

c#unit-testingtestingnunitautofixture

Read More
AutoFixture Likeness - compare only matching properties...

c#unit-testingautofixture

Read More
Mocking constructor dependencies using AutoMoq attribute...

c#unit-testingautofixture

Read More
Is there a Java alternative to Ploeh's AutoFixture for .Net?...

javaunit-testingmockingquickcheckautofixture

Read More
How to force AutoFixture to create ImmutableList...

c#autofixture

Read More
Unable to create a customized object using Auto Fixture in c# xunit...

c#xunitautofixture

Read More
How can I get the original type of a Mock after the Mock has been cast to an object...

c#asp.netdependency-injectionmoqautofixture

Read More
Autofixture - create a float, double or decimal with remainder...

c#tddautofixture

Read More
Disabling tracking on property which represents an enumeration...

c#unit-testingentity-framework-coreautofixture

Read More
Can a particular constructor argument of an injected SUT using Autodata xUnit Theories?...

c#unit-testingdependency-injectionxunitautofixture

Read More
Does AutoFixture support `DateOnly` for .NET6?...

c#.net-6.0autofixturenunit-3.0dateonly

Read More
Unit testing a controller throwing exception...

c#asp.net-coremoqxunit.netautofixture

Read More
Unit test result getting null due to FirstOrDefault predicate...

c#unit-testingnsubstituteautofixture

Read More
Setting up an Autofixture for In-memory DbContext...

c#entity-frameworkmockingentity-framework-coreautofixture

Read More
BackNext