All Questions
Tagged with automoq reflection
1 question
0
votes
0
answers
106
views
Automoq create object without calling a constructor
Is there a way in Automoq to do what FormatterServices.GetUninitializedObject() does?
I have a class that let's just say is not written in the best way and I just have to get through creating that ...