Unit testing internal classes
I recently have to unit test a couple classes implemented by another developer. He implements these classes as internal which causes some problems when trying to unit test them. Internal classes cannot be referenced in another project (or assemblies). First thing comes to mind is to make these classes public so they can be referenced in … [Read more…]