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
NSubstitute Mocking new T property
I try to create a mock for an existing interface. When I try to read the value, I get a null reference exception
public interface MyInterface<T> : MyInterface
{
new T Value { get...
Robert25
Votes: 0
Answers: 0