> In TDD toString() is not > necessary to be tested and Joy's extreme coverage excludes toString().
Does JBlanket actually exclude toString() by name? Or do most of your toString() methods only have one line? If JBlanket actually excludes toString() for everyone I think I should change it so that it no longer does. If you're just excluding it locally by name, then that's fine. It just doesn't seem like a good idea universally. --Tim
