.Net
Create a list for a integrationtest, populate the list, but one of the properties has no setter.
I am trying to create a fake list of data containing the class ClassA. ClassA has several properties and one of them is CreatedAt, which is a Datetime, with only a Getter. For test purposes Read more…