↧
Using The [InternalsVisibleTo] Attribute To Allow Unit Testing of Internal...
Unit testing purists will argue that you don't need to test your internal classes, that all of your code should be tested through its public API. Generally, I agree, but like everything else, it's not...
View ArticleGetting Started With Unit Testing
I consider myself as a big advocate of the unit testing paradigm. I think that projects that incorporate unit testing as part of the development cycle will grow to be more stable and easier to...
View Article