python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AutoFixture with AutoNSubstituteCustomization: Set object count on ReadOnly IEnumerable<t> property
My test requires that I have different counts of objects in an IEnumerable property of the main entity collection. I have been searching for documentation about this but can't find anything. Here is a...
bkqc
Votes: 0
Answers: 2
xUnit AutoFixture throwing error with data annotation attribute
I am using AutoFixture.Xunit2 and try to generate auto data for my model class which has enum with regular expression data annotation as well.
public enum TypeEnum
{
[Display(Name = "Fix"...
user584018
Votes: 0
Answers: 0
How can I moq nuget package's concrete class with internal constructor with AutoFixture?
Ciao,
I have one solution with my NuGet packages with this structure:
root
Directory.Build.props
MyNuGetPackage1
NuGetClass.cs
MyNuGetPackage1.Tests
MyNuGet.sln
The class NuG...

ilMattion
Votes: 0
Answers: 2