Tuesday, April 08, 2008

More unit testing tips

You don't need to write unit tests for private methods, as long as you write unit tests for all public methods and then make sure every private method is getting called by something that's tested....

1 comment:

Charles said...

I think you can stop after 7 words, actually.