Currently Browsing: TDD
Sep 26, 2008
Test Driven Development: Testing Private Methods Using Aspect Oriented Programming
Recently, I have been working on a project that can be considered my first real test driven development experience. As the name implies, test driven development is an agile methodology that aims at producing code that has been fully tested. Another one of the most powerful advantages of test driven development is that if a developer modified the code, he can easily run the existing test suits and he would... read more
