I have created my own SummaryCalculators but want to be able to unit test them. Problem is that SummaryResult and DataRecord classes used the in the signature of the Aggregate method have private constructors. I can't simple make them null as I use the DataRecord in the SummaryCalculator, are there any test utils that can help create some instances?
Hello,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.