> My guess is that JBlanket tends to exclude toString() because it's most > often implemented as a one line method. I don't think it singles it out for > special treatment. > > But, the JBlanket maintainer would know for sure. :-)
So I broke down and checked the code. :-) It doesn't appear to ever look for "toString" in any consideration during method checking. I'm sure you can exclude the method by name at test time, though. --Tim
