On Wed, Oct 27, 2010 at 8:55 PM, Mark Volkmann <[email protected]>wrote:
> > I wonder though if most people still give their test methods names > that begin with "test". I do. One reason is so the test methods stand > out in my IDE within the list of methods in the class. I want some way > to visually distinguish between test methods and utility methods > within the test class. I rarely give my tests names that start with test after reading the book Growing Object Oriented Software: Guided by tests. My test-methods usually have quite long names describing what I'm actually testing in that very method. Regards, Joakim -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
