Relative Content

Tag Archive for access-modifiers

Unit testing a large project with few publicly accessible components [duplicate]

This question already has answers here: Unit testing internal components (4 answers) Closed 6 years ago. I’m asking about C#, but this probably applies to most other languages as well. Imagine I have a project with a lot of complex logic, split up into a lot of small components. Let’s say that, among other things, […]