Friday, September 14, 2007

Programming languages with build-in support for unit testing

How many times have you made a private method package local just for unit testing? Each time you have to add some comment 'package local for testing'. Annoyance!

Java's successor must have some kind of access descriptor dedicated for unit testing.

No comments: