Mocking a DbConnection with NUnit/NSubstitute/AutoFixture and InsightDatabase...
Read MoreChaining Customizations with Autofixture...
Read MoreHow do I use AutoFixture Attributes to get FakeTimeProvider reference when my SUT depends on TimePro...
Read MoreSelect specific constructor with AutoFixture...
Read MoreHow do you execute a teardown if an assert fails?...
Read MoreHow to add postprocessing step to AutoFixture for an object of a particular type after all it's ...
Read MoreAutoFixture creating unwanted depth in complex objects...
Read MoreC# How to simplify unit testing string parameters using AutoFixture...
Read MoreIs there a better way to do these boiler plate tests in C#?...
Read MoreAutoFixture: Unable to create an instance, probably no public constructor...
Read MoreAutoFixture and XUnit2 - Combining TheoryData and AutoData...
Read MoreAutoFixture is unable to create an instance of a class that has a property of type RestSharp.RestRes...
Read MoreCan Autofixture customizations (via NUnit3 attributes) be composed and if so - how?...
Read MoreInlineAutoDataAttribute but for NUnit (for TestCase and TestCaseSource)...
Read MoreAutoFixture Likeness - compare only matching properties...
Read MoreMocking constructor dependencies using AutoMoq attribute...
Read MoreIs there a Java alternative to Ploeh's AutoFixture for .Net?...
Read MoreHow to force AutoFixture to create ImmutableList...
Read MoreUnable to create a customized object using Auto Fixture in c# xunit...
Read MoreHow can I get the original type of a Mock after the Mock has been cast to an object...
Read MoreAutofixture - create a float, double or decimal with remainder...
Read MoreDisabling tracking on property which represents an enumeration...
Read MoreCan a particular constructor argument of an injected SUT using Autodata xUnit Theories?...
Read MoreDoes AutoFixture support `DateOnly` for .NET6?...
Read MoreUnit testing a controller throwing exception...
Read MoreUnit test result getting null due to FirstOrDefault predicate...
Read MoreSetting up an Autofixture for In-memory DbContext...
Read More