|
From: Eugene K. <eu...@md...> - 2004-09-28 16:05:23
|
Olivier Jolly wrote: >> I've noticed a long time ago that some of our test classes are named >> as xxxTestSuite and some are named as xxxTests. I'd like to see a >> consistent naming pattern throughout the code base. So, what would be >> the consistent naming convention for test classes? >> > I'd vote for xxxTest, without presuming if it contains one or more > tests. If I'm not mistaken, that's the standard enforced by Eclipse > plugin for instance. If I'm not mistaken Eclipse plugin is verifying if test case extends TestCase class... regards, Eugene |