Search code examples
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
Due to AutoFixture and NSubstitude object reference not set to an instance of an object error from u...


c#.net-corensubstituteautofixture

Read More
AutoFixture - configure fixture to limit string generation length...


c#autofixture

Read More
What are the differences between MOQ and AutoFixture?...


unit-testingmockingmoqautofixtureautomocking

Read More
How to automoq concrete class dependencies through Automoq?...


unit-testingmoqxunitautofixtureautomoq

Read More
Ignore virtual properties...


c#autofixture

Read More
How to configure AutoFixture to use an enum value as seed when creating many of a certain type?...


c#.netautofixture

Read More
AutoFixture.ObjectCreationExceptionWithPath in v4.0 but was ok in v3.51...


autofixture

Read More
XUnit and AutoFixture...


c#.netunit-testingxunitautofixture

Read More
BackNext