2
In my unit testing coverage, private functions are not tested.
I don’t know if this is the right route. Should I test my private methods? All?
No. NET, the attribute InternalsVisibleTo
makes it possible, which left me with this doubt (although the question is not limited to this framework)