Tuesday, March 22, 2005

TDD: Testing Internal classes

TDD: Testing Internal classes

Nice trick to test the internal class, plus another trick to test private methods( http://www.codeproject.com/csharp/TestNonPublicMembers.asp). I should be able to test whatever I want to test.

No comments: